2025-12-10 12:02:17 +08:00

5 lines
196 B
TypeScript

export { colProps, default as NCol } from './src/Col';
export type { ColProps } from './src/Col';
export { default as NRow, rowProps } from './src/Row';
export type { RowProps } from './src/Row';