Add missing parameters to watch

This commit is contained in:
Jochen Kühner 2022-09-01 22:40:16 +02:00 committed by GitHub
parent d3a7818c25
commit 881da4c03a
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(): void;
watch(params?: { autoReplaceSvgRoot: Node, observeMutationsRoot: Node}): void;
}
type IconDefinitionOrPack = IconDefinition | IconPack;
export interface Library {