mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
61d0d6b182
* feat: useBreakpoint hook * update snapshots * update snapshots * update snapshots * add useBreakpoint hook test
11 lines
236 B
TypeScript
11 lines
236 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 };
|
|
|
|
export default { useBreakpoint };
|