Skip to content

Commit

Permalink
fix: i think i just missed the types.d.ts file...
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdelano committed Oct 11, 2022
1 parent 590eb2c commit b7df9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/website/components/types.d.ts
Expand Up @@ -4,6 +4,7 @@ export interface RestrictedRouteProps {
isRestricted?: boolean;
redirectTo?: string;
redirectIfFound?: boolean;
requiresAuth?: boolean;
pageBgColor?: string; // TODO: Remove if unused
navBgColor?: string; // TODO: Remove if unused
footerBgColor?: string; // TODO: Remove if unused
Expand Down

0 comments on commit b7df9bd

Please sign in to comment.