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

8 lines
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';