UNPKG

antd-mobile

Version:
8 lines (7 loc) 349 B
import './check-list.less'; export type { CheckListValue, CheckListProps } from './check-list'; export type { CheckListItemProps } from './check-list-item'; declare const _default: import("react").FC<import("./check-list").CheckListProps> & { Item: import("react").FC<import("./check-list-item").CheckListItemProps>; }; export default _default;