UNPKG

338 BTypeScriptView Raw
1import Col from './col';
2import Row from './row';
3declare function useBreakpoint(): Partial<Record<import("..").Breakpoint, boolean>>;
4export type { ColProps, ColSize } from './col';
5export type { RowProps } from './row';
6export { Col, Row };
7declare const _default: {
8 useBreakpoint: typeof useBreakpoint;
9};
10export default _default;