Merge 29eef1c64f6853912a45860ab104d05e75b06a0f into afecf2af5d897b763e5e8e28d46aad2f710ccad6

This commit is contained in:
cooljeffro 2022-01-20 16:32:38 +09:00 committed by GitHub
commit b53522a148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ export interface IconParams extends Params {
maskId?: string;
}
export interface DOM {
i2svg(params?: { node: Node; callback: () => void }): Promise<void>;
i2svg(params?: { node?: Node; callback?: () => void }): Promise<void>;
css(): string;
insertCss(): string;
watch(): void;