vdrag-topo-ui
Version:
31 lines (30 loc) • 1.08 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
color: {
type: null;
required: false;
};
}>, {
props: any;
emit: (event: "change", ...args: any[]) => void;
barElement: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
cursorElement: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
color: any;
state: {
hue: any;
};
onClickSider: (event: Event) => void;
getCursorStyle: import("vue").ComputedRef<{
left: string;
top: number;
}>;
getCursorLeft: () => number;
onMoveBar: (event: MouseEvent) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
color: {
type: null;
required: false;
};
}>> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;