6 lines
324 B
TypeScript
Raw Normal View History

2025-02-28 19:43:11 +08:00
export { default as NCheckbox, checkboxProps } from './src/Checkbox';
export { default as NCheckboxGroup, checkboxGroupProps } from './src/CheckboxGroup';
export type { CheckboxProps } from './src/Checkbox';
export type { CheckboxGroupProps } from './src/CheckboxGroup';
export type { CheckboxInst } from './src/interface';