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

@@ -14,7 +14,7 @@ export interface DrawerProps extends Omit<DrawerRootProps, 'asChild'> {
title?: string
description?: string
/** The content of the drawer. */
content?: Omit<DialogContentProps, 'asChild' | 'forceMount'>
content?: Omit<DialogContentProps, 'as' | 'asChild' | 'forceMount'>
overlay?: boolean
/**
* Render the drawer in a portal.