code refactor

This commit is contained in:
MaysWind
2025-01-11 13:59:47 +08:00
parent 61f26e060e
commit 89b233e51b
25 changed files with 128 additions and 128 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { isEnableAnimate } from '../settings.ts';
// @ts-expect-error the above file is migrating to ts
import { translateError } from '@/locales/helper.js';
interface Framework7Dom {
export interface Framework7Dom {
length: number;
[index: number]: Element;
find: (selector?: string) => Framework7Dom;