UNPKG

321 BTypeScriptView Raw
1import './action-sheet.less';
2import { showActionSheet } from './action-sheet';
3export type { Action, ActionSheetProps, ActionSheetShowHandler, } from './action-sheet';
4declare const _default: import("react").FC<import("./action-sheet").ActionSheetProps> & {
5 show: typeof showActionSheet;
6};
7export default _default;