antd-mobile
Version:
<div align="center">
8 lines (7 loc) • 321 B
TypeScript
import './action-sheet.less';
import { showActionSheet } from './action-sheet';
export type { Action, ActionSheetProps, ActionSheetShowHandler, } from './action-sheet';
declare const _default: import("react").FC<import("./action-sheet").ActionSheetProps> & {
show: typeof showActionSheet;
};
export default _default;