Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Nov 27, 2024
1 parent 687b8ba commit 5e849d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/antd/color-picker/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
export let _internal: {
layout?: boolean;
} = {};
export let value: string;
export let value: string | { color: string; percent: number };
export let value_format: 'rgb' | 'hex' | 'hsb' = 'hex';
export let as_item: string | undefined;
// gradio properties
Expand Down

0 comments on commit 5e849d6

Please sign in to comment.