UNPKG

@ray-js/smart-ui

Version:

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

5 lines (4 loc) 209 B
import { SmartCircle } from './PropTypes'; declare function Circle(props: SmartCircle): import("react/jsx-runtime").JSX.Element; export { Circle }; export { SmartCircleProps, SmartCircle } from './PropTypes';