antd-mobile
Version:
<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />
9 lines (8 loc) • 344 B
TypeScript
/// <reference types="react" />
import './action-sheet.less';
import { showActionSheet } from './action-sheet';
export type { Action, ActionSheetProps, ActionSheetRef } from './action-sheet';
declare const _default: import("react").FC<import("./action-sheet").ActionSheetProps> & {
show: typeof showActionSheet;
};
export default _default;