UNPKG

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