This commit is contained in:
Vanessa 2022-09-26 15:00:31 +08:00
parent 89f4c33d88
commit cb85ff6d8d
7 changed files with 90 additions and 52 deletions

View file

@ -31,7 +31,7 @@ interface Window {
}
interface ITextOption {
color: string,
color?: string,
type: string
}