release: update 3.9.1

This commit is contained in:
xiaoxian521
2022-12-02 20:19:33 +08:00
parent fba17f188d
commit 17d1b98bdf
13 changed files with 108 additions and 78 deletions

2
types/index.d.ts vendored
View File

@@ -45,6 +45,8 @@ type TimeoutHandle = ReturnType<typeof setTimeout>;
type IntervalHandle = ReturnType<typeof setInterval>;
type Effect = "light" | "dark";
interface ChangeEvent extends Event {
target: HTMLInputElement;
}