naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
8 lines (7 loc) • 449 B
TypeScript
export { default as NInput, inputProps } from './src/Input';
export type { InputInst } from './src/interface';
export type { InputProps } from './src/Input';
export { default as NInputGroup, inputGroupProps } from './src/InputGroup';
export { default as NInputGroupLabel, inputGroupLabelProps } from './src/InputGroupLabel';
export type { InputGroupProps } from './src/InputGroup';
export type { InputGroupLabelProps } from './src/InputGroupLabel';