mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-21 17:02:48 +01:00
feat(web/alert): new options for alert dialog (#213)
This commit is contained in:
@@ -2,6 +2,8 @@ interface AlertDialogProps {
|
||||
header: string;
|
||||
content: string;
|
||||
centered?: boolean;
|
||||
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
||||
overflow?: boolean;
|
||||
cancel?: boolean;
|
||||
labels?: {
|
||||
cancel?: string;
|
||||
|
||||
Reference in New Issue
Block a user