vdrag-topo-ui
Version:
18 lines (17 loc) • 679 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
colors: {
type: null;
required: false;
};
}>, {
emit: (event: "change", ...args: any[]) => void;
onColorSelect: (v: string) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
colors: {
type: null;
required: false;
};
}>> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;