fixes
This commit is contained in:
@@ -23,6 +23,14 @@ const meta = {
|
||||
},
|
||||
},
|
||||
},
|
||||
argTypes: {
|
||||
children: { control: false },
|
||||
content: { control: false },
|
||||
},
|
||||
args: {
|
||||
content: '',
|
||||
children: null,
|
||||
},
|
||||
} satisfies Meta<typeof Tooltip>;
|
||||
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user