chore: ignore as from radix props fields

This commit is contained in:
Benjamin Canac
2024-06-28 11:48:38 +02:00
parent f85eb8ed40
commit a0559d4163
15 changed files with 24 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ export interface TabsProps<T> extends Omit<TabsRootProps, 'asChild' | 'orientati
* The content of the tabs, can be disabled to prevent rendering the content.
* @defaultValue `true`
*/
content?: boolean | Omit<TabsContentProps, 'asChild' | 'value'>
content?: boolean | Omit<TabsContentProps, 'as' | 'asChild' | 'value'>
class?: any
ui?: Partial<typeof tabs.slots>
}