UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 264 B
import { CnCheckbox } from './cn-checkbox'; import { CnCheckboxGroup } from './cn-checkbox-group'; import type { CnCheckboxGroupProps, CnCheckboxProps } from './types'; export { CnCheckbox, CnCheckboxGroup }; export type { CnCheckboxProps, CnCheckboxGroupProps };