Skip to content

Commit 926494a

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 5036bc8 commit 926494a

File tree

4 files changed

+67
-63
lines changed

4 files changed

+67
-63
lines changed

dist/nova.d.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ export default class Nova {
3838
/** @protected */
3939
protected $toasted: any;
4040
/** @public */
41-
public $progress: {
42-
start: (force: any) => void;
43-
done: () => void;
44-
};
41+
public $progress: any;
4542
/** @public */
4643
public $router: import("@inertiajs/core").Router;
4744
/** @readonly */

0 commit comments

Comments
 (0)