UNPKG

@jiaozhiye/qm-design-vue

Version:

A Component Library for Vue3.0

27 lines (26 loc) 1.34 kB
declare const Split: import("../_utils/types").SFCWithInstall<import("vue").DefineComponent<{ direction: "vertical" | "horizontal"; defaultValue: string | number; class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined; style?: import("vue").StyleValue; uniqueKey?: string | undefined; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { drag: (value: string | number) => boolean; dragStart: (value: string | number) => boolean; dragEnd: (value: string | number) => boolean; }, string, import("vue").PublicProps, Readonly<{ direction: "vertical" | "horizontal"; defaultValue: string | number; class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined; style?: import("vue").StyleValue; uniqueKey?: string | undefined; }> & Readonly<{ onDrag?: ((value: string | number) => any) | undefined; onDragStart?: ((value: string | number) => any) | undefined; onDragEnd?: ((value: string | number) => any) | undefined; }>, { direction: "vertical" | "horizontal"; defaultValue: string | number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default Split; export type { SplitProps, SplitPaneProps } from './src/props';