Skip to content

Commit

Permalink
chore(dist): update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Jan 15, 2025
1 parent 9cc27a1 commit 0f8e2f3
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions dist/ColorPicker.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { AlphaChannelProp as AlphaChannelProp_2 } from './types.js';
import { ComponentOptionsMixin } from 'vue';
import { ComponentProvideOptions } from 'vue';
import { DefineComponent } from 'vue';
Expand All @@ -18,16 +19,20 @@ color: string | ColorHsl | ColorHwb | ColorRgb;
copy: (cssColor: string) => Promise<void> | void;
visibleFormats: VisibleColorFormat[];
defaultFormat: VisibleColorFormat;
alphaChannel: AlphaChannelProp;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
alphaChannel: AlphaChannelProp_2;
}, {}, {}, {}, string, ComponentProvideOptions, false, {
colorPicker: HTMLDivElement;
colorSpace: HTMLDivElement;
thumb: HTMLDivElement;
}, HTMLDivElement>;

declare function __VLS_template(): {
attrs: Partial<{}>;
slots: {
"hue-range-input-label"?(_: {}): any;
"alpha-range-input-label"?(_: {}): any;
"copy-button"?(_: {}): any;
"format-switch-button"?(_: {}): any;
'hue-range-input-label'?(_: {}): any;
'alpha-range-input-label'?(_: {}): any;
'copy-button'?(_: {}): any;
'format-switch-button'?(_: {}): any;
};
refs: {
colorPicker: HTMLDivElement;
Expand Down

0 comments on commit 0f8e2f3

Please sign in to comment.