Skip to content

Commit

Permalink
Fix storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Dec 8, 2024
1 parent 5d5d1bc commit c944574
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export default {
text: 'SomeText',
tooltip: 'Tooltip text beautiful',
},
} as Meta<InfoCircleTooltipComponent>;
} as Meta<InfoCircleTooltipComponent<any>>;

const Template: StoryFn<InfoCircleTooltipComponent> = (args: any) => ({
const Template: StoryFn<InfoCircleTooltipComponent<any>> = (args: any) => ({
props: {
...args,
},
Expand Down

0 comments on commit c944574

Please sign in to comment.