UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 168 B
export default function BottomSheet({ children, show, ...rest }: { [x: string]: any; children: any; show: any; }): import("react/jsx-runtime").JSX.Element;