UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 283 B
/// <reference types="react" /> import type { SmartActionSheet } from './PropTypes'; declare const ActionSheet: import("react").FC<SmartActionSheet>; export { ActionSheet }; export { SmartActionSheet, SmartActionSheetProps, SmartActionSheetEvents, SmartAction, } from './PropTypes';