Skip to content

Commit 8ba2844

Browse files
authored
Update index.d.ts
1 parent 4e185b2 commit 8ba2844

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

types/index.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ declare global {
1212
interface Window {
1313
createNovaApp: (config: AppConfig) => Nova;
1414
Nova: Nova;
15-
LaravelNovaUtil: {
16-
filled, hourCycle, increaseOrDecrease, minimum, singularOrPlural
17-
};
1815
}
19-
}
16+
}

0 commit comments

Comments
 (0)