Skip to content

Commit 26b66c9

Browse files
committed
feat: 修改ts
1 parent 713e4c0 commit 26b66c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ export const getSlot = isVue2 ? vue2getSlot : vue3getSlot;
200200

201201
export type StyleType =
202202
| string
203-
| Array<string | { [key: string]: boolean }>
204-
| { [key: string]: boolean };
203+
| Array<string | { [key: string]: any }>
204+
| { [key: string]: any };
205205

206206
export function mergeStyles(...styles: StyleType[]): string {
207207
let mergedStyles = '';

0 commit comments

Comments
 (0)