UNPKG

sard-uniapp

Version:

sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

17 lines (16 loc) 855 B
import { type ActionSheetItem, type ActionSheetProps } from './common'; declare const _default: import("vue").DefineComponent<ActionSheetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { cancel: () => any; close: () => any; select: (item: ActionSheetItem, index: number) => any; "update:visible": (visible: boolean) => any; }, string, import("vue").PublicProps, Readonly<ActionSheetProps> & Readonly<{ onCancel?: (() => any) | undefined; onClose?: (() => any) | undefined; onSelect?: ((item: ActionSheetItem, index: number) => any) | undefined; "onUpdate:visible"?: ((visible: boolean) => any) | undefined; }>, { duration: number; overlayClosable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;