Skip to content

Commit

Permalink
fix: hidden ssr issue types
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Dec 8, 2022
1 parent dc905cb commit 03fd01e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/primitives/Hidden/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export interface InterfaceHiddenProps {
*
*/
children: React.ReactElement | null;
/**
*
*/
isSSR?: boolean;
}

export type IHiddenProps = InterfaceHiddenProps;

0 comments on commit 03fd01e

Please sign in to comment.