npm and composer

This commit is contained in:
Henry Whitaker
2020-12-13 15:59:35 +00:00
parent ec51c2def6
commit 54ce0ece35
1586 changed files with 83653 additions and 23821 deletions

View File

@@ -4,6 +4,7 @@ export interface ModalDialogProps extends React.HTMLAttributes<HTMLDivElement>,
size?: 'sm' | 'lg' | 'xl';
centered?: boolean;
scrollable?: boolean;
contentClassName?: string;
}
declare const ModalDialog: React.ForwardRefExoticComponent<ModalDialogProps & React.RefAttributes<HTMLDivElement>>;
export default ModalDialog;