mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-25 13:01:29 +08:00
Font Awesome Documention descibes ability to pass parameters to the dom.watch() function yet when attemping this the paramereters are not defined in the interface.
This commit is contained in:
parent
1c1b102b2b
commit
c4c9ba4749
@ -104,7 +104,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 {
|
||||
|
Loading…
Reference in New Issue
Block a user