UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 269 B
/// <reference types="react" /> import type { SmartBottomSheet } from './PropTypes'; declare const BottomSheet: import("react").FC<SmartBottomSheet>; export { BottomSheet }; export { SmartBottomSheet, SmartBottomSheetProps, SmartBottomSheetEvents } from './PropTypes';