naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
6 lines (5 loc) • 301 B
TypeScript
export { default as NGrid, gridProps } from './src/Grid';
export type { GridProps } from './src/Grid';
export { default as NGridItem, gridItemProps } from './src/GridItem';
export { default as NGi, gridItemProps as giProps } from './src/GridItem';
export type { GridItemProps } from './src/GridItem';