release: update 5.6.0

This commit is contained in:
xiaoxian521
2024-05-14 12:21:31 +08:00
parent 67926cf915
commit df842d93e6
8 changed files with 4794 additions and 3933 deletions

2
types/index.d.ts vendored
View File

@@ -75,6 +75,8 @@ interface ComponentElRef<T extends HTMLElement = HTMLDivElement> {
$el: T;
}
// eslint-disable-next-line @typescript-eslint/no-unused-vars
function parseInt(s: string | number, radix?: number): number;
// eslint-disable-next-line @typescript-eslint/no-unused-vars
function parseFloat(string: string | number): number;