UNPKG

@bytedance/mona-client-web

Version:

web for mona

6 lines (5 loc) 304 B
import { ActionSheetProps } from '@bytedance/mona'; import './index.module.less'; export declare const MONA_WEB_ACTION_SHEET = "mona-web-action-sheet"; export declare function ActionSheet(props: ActionSheetProps): JSX.Element; export declare function webShowActionSheet(options: ActionSheetProps): void;