Files
icehrm/web/node_modules/antd/lib/grid/index.d.ts
2020-05-20 18:47:29 +02:00

11 lines
294 B
TypeScript

import Row from './row';
import Col from './col';
import useBreakpoint from './hooks/useBreakpoint';
export { RowProps } from './row';
export { ColProps, ColSize } from './col';
export { Row, Col };
declare const _default: {
useBreakpoint: typeof useBreakpoint;
};
export default _default;