UNPKG

dbl-components

Version:

Framework based on bootstrap 5

18 lines (17 loc) 379 B
export default class FullscreenContainer { static propTypes: { children: any; className: any; gutter: any; overflow: any; style: any; }; static jsClass: string; static defaultProps: { className: string; gutter: null; overflow: string; style: {}; }; render(): any; }