prisma-goat 0.9.7 → 0.9.8
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.
- package/README.md +1 -1
- package/dist/prisma-goat.d.ts +2 -0
- package/dist/prisma-goat.js +943 -938
- package/dist/prisma-goat.umd.cjs +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/prisma-goat.d.ts
CHANGED
|
@@ -487,6 +487,7 @@ link: string;
|
|
|
487
487
|
}>;
|
|
488
488
|
theme?: boolean;
|
|
489
489
|
InstallApp?: boolean;
|
|
490
|
+
version?: string;
|
|
490
491
|
handleLogout?: () => void;
|
|
491
492
|
toggleTheme?: () => void;
|
|
492
493
|
toggeInstallApp?: () => void;
|
|
@@ -527,6 +528,7 @@ export declare type SidebarProps = HTMLAttributes<HTMLDivElement> & {
|
|
|
527
528
|
}>;
|
|
528
529
|
theme?: boolean;
|
|
529
530
|
InstallApp?: boolean;
|
|
531
|
+
version?: string;
|
|
530
532
|
handleLogout?: () => void;
|
|
531
533
|
toggleTheme?: () => void;
|
|
532
534
|
toggeInstallApp?: () => void;
|