UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 259 B
/// <reference types="react" /> import type { SmartOverlay } from './PropTypes'; declare const Overlay: import("react").FC<SmartOverlay>; export { Overlay }; export { SmartOverlay, SmartOverlayEvents, SmartOverlayProps, SmartOverlaySlot } from './PropTypes';