prisma-goat 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,7 +66,9 @@ heightLogo?: string;
66
66
  widthLogo?: string;
67
67
  activeRoute?: string;
68
68
  toggleTheme?: () => void;
69
+ toggeInstallApp?: () => void;
69
70
  theme?: boolean;
71
+ InstallApp?: boolean;
70
72
  } & {
71
73
  children?: ReactNode | undefined;
72
74
  } & RefAttributes<HTMLElement>>;
@@ -99,7 +101,9 @@ export declare type NavbarProps = HTMLAttributes<HTMLElement> & {
99
101
  widthLogo?: string;
100
102
  activeRoute?: string;
101
103
  toggleTheme?: () => void;
104
+ toggeInstallApp?: () => void;
102
105
  theme?: boolean;
106
+ InstallApp?: boolean;
103
107
  };
104
108
 
105
109
  export { }