UNPKG

easyest-xqp

Version:

46 lines (45 loc) 1.62 kB
export declare const ColorPicker: import("utils-xqp").SFCWithInstall<import("vue").DefineComponent<{ readonly required: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; readonly title: { readonly type: import("vue").PropType<string>; readonly default: ""; }; readonly color: { readonly type: import("vue").PropType<string>; readonly default: "160,150,0"; }; readonly isFromPc: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; }, { _ref: import("vue").Ref<any>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ readonly required: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; readonly title: { readonly type: import("vue").PropType<string>; readonly default: ""; }; readonly color: { readonly type: import("vue").PropType<string>; readonly default: "160,150,0"; }; readonly isFromPc: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; }>> & { [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined; }, { readonly required: boolean; readonly title: string; readonly color: string; readonly isFromPc: boolean; }>> & Record<string, any>; export default ColorPicker;