Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed May 2, 2024
1 parent a537c9a commit 1f8ff1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/docs/src/routes/docs/core/overview/polymorphism.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ export interface CustomTabsTriggerCommonProps extends TabsTriggerCommonProps {
}

export interface CustomTabsTriggerRenderProps
extends CustomTabsTriggerCommonProps, TabsTriggerRenderProps {
extends CustomTabsTriggerCommonProps,
TabsTriggerRenderProps {
// If you do not allow users to set classes and manage all of them.
class: string;
}
Expand Down

0 comments on commit 1f8ff1c

Please sign in to comment.