UNPKG

311 BTypeScriptView Raw
1import Row from './Row';
2import Col from './Col';
3import useBreakpoint from '../_util/hooks/useBreakpoint';
4export type { RowProps } from './Row';
5export type { ColProps, ColSize } from './Col';
6export { Row, Col };
7declare const _default: {
8 useBreakpoint: typeof useBreakpoint;
9};
10export default _default;