Page MenuHomec4science

Container.d.ts
No OneTemporary

File Metadata

Created
Thu, Jul 17, 12:28

Container.d.ts

import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface ContainerProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
fluid?: boolean | string | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
}
declare const Container: BsPrefixRefForwardingComponent<'div', ContainerProps>;
export default Container;

Event Timeline