UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 221 B
/// <reference types="react" /> import type { SmartDivider } from './PropTypes'; declare const Divider: import("react").FC<SmartDivider>; export { Divider }; export { SmartDivider, SmartDividerProps } from './PropTypes';