tdesign-mobile-vue
Version:
tdesign-mobile-vue
24 lines (23 loc) • 897 B
TypeScript
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;