UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

5 lines (4 loc) 196 B
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';