Skip to content

Commit

Permalink
Add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Oct 18, 2024
1 parent fa8c1e0 commit cfcf9d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
export let value: string[];
export let unsavedChanges = false;
export let options: MenuOption[] = [];
export let options: MenuOption<string>[] = [];
export let label: string | undefined = undefined;
export let labelPlacement: ComponentProps<TextField>['labelPlacement'] = undefined;
export let placeholder: string | undefined = undefined;
Expand Down

0 comments on commit cfcf9d3

Please sign in to comment.