2024-01-29 09:26:07 +08:00

5 lines
196 B
TypeScript

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