UNPKG

@cainiaofe/cn-ui-m

Version:
8 lines (7 loc) 221 B
import * as React from 'react'; import type { CnCheckboxProps } from './types'; import './cn-checkbox.scss'; export declare const CnCheckbox: { (props: CnCheckboxProps): React.JSX.Element; displayName: string; };