Update index.d.ts

This commit is contained in:
Jochen Kühner 2022-09-01 22:41:27 +02:00 committed by GitHub
parent 881da4c03a
commit bd3f541961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ export interface DOM {
i2svg(params?: { node: Node; callback?: () => void }): Promise<void>;
css(): string;
insertCss(): string;
watch(params?: { autoReplaceSvgRoot: Node, observeMutationsRoot: Node}): void;
watch(params?: { autoReplaceSvgRoot?: Node, observeMutationsRoot?: Node}): void;
}
type IconDefinitionOrPack = IconDefinition | IconPack;
export interface Library {