Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- import { BsPrefixComponent } from './helpers';
-
- export interface ModalDialogProps {
- size?: 'sm' | 'lg' | 'xl';
- centered?: boolean;
- scrollable?: boolean;
- }
-
- declare class ModalDialog extends BsPrefixComponent<'div', ModalDialogProps> {}
-
- export default ModalDialog;
|