Skip to content

Commit 9b21918

Browse files
committed
chore: sync laravel/nova:5.1.10
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 1cf1376 commit 9b21918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5757
leadingIcon: {};
5858
trailingIcon: {};
5959
}>> & Readonly<{}>, {
60-
size: string;
6160
variant: string;
61+
size: string;
6262
as: string;
6363
state: string;
6464
padding: string;

types/@types/laravel-nova-ui/Icon.vue.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1515
default: string;
1616
};
1717
}>> & Readonly<{}>, {
18-
name: string;
1918
type: string;
19+
name: string;
2020
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2121
export default _default;

0 commit comments

Comments
 (0)