Jesus sucks
This commit is contained in:
11
backend/frontend/node_modules/react-bootstrap/cjs/ModalDialog.d.ts
generated
vendored
Normal file
11
backend/frontend/node_modules/react-bootstrap/cjs/ModalDialog.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import { BsPrefixProps } from './helpers';
|
||||
export interface ModalDialogProps extends React.HTMLAttributes<HTMLDivElement>, BsPrefixProps {
|
||||
size?: 'sm' | 'lg' | 'xl';
|
||||
fullscreen?: true | string | 'sm-down' | 'md-down' | 'lg-down' | 'xl-down' | 'xxl-down';
|
||||
centered?: boolean;
|
||||
scrollable?: boolean;
|
||||
contentClassName?: string;
|
||||
}
|
||||
declare const ModalDialog: React.ForwardRefExoticComponent<ModalDialogProps & React.RefAttributes<HTMLDivElement>>;
|
||||
export default ModalDialog;
|
||||
Reference in New Issue
Block a user