antd-mobile-taro-ui
Version:
以antd-mobile为设计标准,基于taro框架的微信小程序组件库
9 lines (8 loc) • 352 B
TypeScript
/// <reference types="react" />
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;