Skip to content

Commit 0db8c33

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 4ba1e62 commit 0db8c33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: types/@types/laravel-nova-ui/Badge.vue.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3434
};
3535
}>> & Readonly<{}>, {
3636
type: string;
37-
variant: string;
3837
rounded: boolean;
38+
variant: string;
3939
removable: boolean;
4040
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4141
export default _default;

Diff for: types/@types/laravel-nova-ui/Button.vue.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5858
trailingIcon: {};
5959
}>> & Readonly<{}>, {
6060
size: string;
61-
as: string;
6261
variant: string;
62+
disabled: boolean;
63+
as: string;
6364
state: string;
6465
padding: string;
6566
loading: boolean;
66-
disabled: boolean;
6767
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6868
export default _default;

Diff for: types/@types/laravel-nova-ui/Checkbox.vue.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3232
"onUpdate:modelValue"?: (...args: any[]) => any;
3333
onChange?: (...args: any[]) => any;
3434
}>, {
35-
disabled: boolean;
3635
indeterminate: boolean;
3736
modelValue: boolean;
37+
disabled: boolean;
3838
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3939
export default _default;

0 commit comments

Comments
 (0)