UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 309 B
import type { SFCWithInstall } from '../_util/interface'; import Checkbox from './checkbox.vue'; export { checkboxProps } from './props'; export type { CheckboxProps } from './props'; type CheckboxType = SFCWithInstall<typeof Checkbox>; export declare const FCheckbox: CheckboxType; export default FCheckbox;