Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Nov 2, 2023
1 parent 1b94b66 commit 22708b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ export type WidgetExample<TOutput = WidgetExampleOutput> =

type KeysOfUnion<T> = T extends any ? keyof T : never;

export type WidgetExampleAttribute = KeysOfUnion<WidgetExample>;
export type WidgetExampleAttribute = KeysOfUnion<WidgetExample>;

0 comments on commit 22708b7

Please sign in to comment.