mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
chore: ignore as from radix props fields
This commit is contained in:
@@ -19,12 +19,12 @@ export interface TooltipProps extends TooltipRootProps {
|
||||
* The content of the tooltip.
|
||||
* @defaultValue `{ side: 'bottom', sideOffset: 8 }`
|
||||
*/
|
||||
content?: Omit<TooltipContentProps, 'asChild'>
|
||||
content?: Omit<TooltipContentProps, 'as' | 'asChild'>
|
||||
/**
|
||||
* Display an arrow alongside the tooltip.
|
||||
* @defaultValue `false`
|
||||
*/
|
||||
arrow?: boolean | Omit<TooltipArrowProps, 'asChild'>
|
||||
arrow?: boolean | Omit<TooltipArrowProps, 'as' | 'asChild'>
|
||||
/**
|
||||
* Render the tooltip in a portal.
|
||||
* @defaultValue `true`
|
||||
|
||||
Reference in New Issue
Block a user