0
0
Fork 0
This commit is contained in:
xeltica 2021-09-24 14:39:06 +09:00
parent 4cfe4993a1
commit d8e1caa6cf
7 changed files with 185 additions and 38 deletions

View file

@ -4,6 +4,7 @@ export interface ModalTypeDialog {
message: string;
icon?: DialogIcon;
buttons?: DialogButtonType;
primaryClassName?: string;
onSelect?: (clickedButtonIndex: number) => void;
}