mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-01 22:32:40 +08:00
Update index.d.ts
This commit is contained in:
parent
881da4c03a
commit
bd3f541961
@ -116,7 +116,7 @@ export interface DOM {
|
|||||||
i2svg(params?: { node: Node; callback?: () => void }): Promise<void>;
|
i2svg(params?: { node: Node; callback?: () => void }): Promise<void>;
|
||||||
css(): string;
|
css(): string;
|
||||||
insertCss(): string;
|
insertCss(): string;
|
||||||
watch(params?: { autoReplaceSvgRoot: Node, observeMutationsRoot: Node}): void;
|
watch(params?: { autoReplaceSvgRoot?: Node, observeMutationsRoot?: Node}): void;
|
||||||
}
|
}
|
||||||
type IconDefinitionOrPack = IconDefinition | IconPack;
|
type IconDefinitionOrPack = IconDefinition | IconPack;
|
||||||
export interface Library {
|
export interface Library {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user