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