UNPKG

tdesign-mobile-vue

Version:
24 lines (23 loc) 897 B
import { PropType } from 'vue'; declare const _default: { content: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; default: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; disabled: BooleanConstructor; left: { type: PropType<((h: typeof import("vue").h) => import("..").SlotReturnValue) | import("./type").SwipeActionItem[]>; }; opened: { type: PropType<boolean | boolean[]>; default: boolean; }; right: { type: PropType<((h: typeof import("vue").h) => import("..").SlotReturnValue) | import("./type").SwipeActionItem[]>; }; onChange: PropType<(value: string) => void>; onClick: PropType<(action: import("./type").SwipeActionItem, source: import("./type").SwipeSource) => void>; }; export default _default;