chore(deps): update

This commit is contained in:
xiaoxian521
2024-05-14 09:32:40 +08:00
parent bb86962186
commit 8934499349
3 changed files with 101 additions and 114 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;