We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d4678 commit 5b44c3dCopy full SHA for 5b44c3d
package.json
@@ -2,7 +2,7 @@
2
"name": "laravel-nova-devtool",
3
"description": "Laravel Nova DevTool",
4
"main": "lib/nova.mix.js",
5
- "types": "@types/index.d.ts",
+ "types": "types/index.d.ts",
6
"devDependencies": {
7
"@babel/preset-typescript": "^7.24.7",
8
"@inertiajs/vue3": "^1.0.0",
@types/laravel-nova-util/index.d.ts renamed to types/@types/laravel-nova-ui/index.d.ts
@@ -4,4 +4,4 @@ declare module 'laravel-nova-util' {
export type increaseOrDecrease = (currentValue: number, startingValue: number) => boolean | null;
export type minimum = (originalPromise: Promise<any>, delay?: number) => Promise<any>;
export type singularOrPlural = (value: number, suffix: any) => string;
-}
+}
@types/index.d.ts renamed to types/index.d.ts
0 commit comments