UNPKG

antd-mobile-taro-ui

Version:

以antd-mobile为设计标准,基于taro框架的微信小程序组件库

9 lines (8 loc) 353 B
/// <reference types="react" /> import './checkbox.less'; export type { CheckboxProps, CheckboxValue } from './checkbox'; export type { CheckboxGroupProps } from './group'; declare const _default: import("react").FC<import("./checkbox").CheckboxProps> & { Group: import("react").FC<import("./group").CheckboxGroupProps>; }; export default _default;