UNPKG

@ray-js/smart-ui

Version:

轻量、可靠的智能小程序 UI 组件库

6 lines (5 loc) 291 B
/// <reference types="react" /> import type { SmartRadioGroup } from './PropTypes'; declare const RadioGroup: import("react").FC<SmartRadioGroup>; export { RadioGroup }; export { SmartRadioGroup, SmartRadioGroupEvents, SmartRadioGroupProps, SmartRadioGroupChangeEvent, } from './PropTypes';