Skip to content

Commit

Permalink
fixup! chore: update TSdocs to make them more storybook friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon committed Nov 22, 2023
1 parent 2a1a15b commit abbf5bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/dialog/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface DialogProps extends ResponsivePaddingProps, ResponsiveWidthProp
* Whether the dialog should animate in on mount.
*
* @beta
* @default false
* @defaultValue false
*/
animate?: boolean
}
Expand Down
4 changes: 2 additions & 2 deletions src/primitives/tooltip/tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ export interface TooltipProps extends Omit<LayerProps, 'as'> {
* If an object `{open: number; close:number}` is passed, it can be used to set different delays for each action.
*
* @public
* @default 0
* @defaultValue 0
*/
delay?: Delay
/**
* Whether the tooltip should animate in and out.
*
* @beta
* @default false
* @defaultValue false
*/
animate?: boolean
}
Expand Down

0 comments on commit abbf5bd

Please sign in to comment.