UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 240 B
/// <reference types="react" /> import type { SmartTag } from './PropTypes'; declare const Tag: import("react").FC<SmartTag>; export { Tag }; export { SmartTag, SmartTagEvents, SmartTagExternalClassName, SmartTagProps } from './PropTypes';