Skip to content

Commit

Permalink
nit (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 authored Jun 25, 2024
1 parent 456e4fd commit 3cdacd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/types/shared.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface HeadingProps
export type ActionableType<
T extends
| keyof JSX.IntrinsicElements
| React.ComponentType<any> = React.ComponentType<any>,
| React.ComponentType<any> = keyof JSX.IntrinsicElements,
> =
| (T extends keyof JSX.IntrinsicElements
? { parent: T; parentProps: JSX.IntrinsicElements[T] }
Expand Down

0 comments on commit 3cdacd2

Please sign in to comment.