@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
6 lines (5 loc) • 307 B
TypeScript
/// <reference types="react" />
import type { SmartCheckbox } from './PropTypes';
declare const Checkbox: import("react").FC<SmartCheckbox>;
export { Checkbox };
export { SmartCheckbox, SmartCheckboxEvents, SmartCheckboxProps, SmartCheckboxExternalClassName, SmartCheckboxChangeEvent, } from './PropTypes';