mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-02 14:49:13 +08:00
Merge 29eef1c64f6853912a45860ab104d05e75b06a0f into afecf2af5d897b763e5e8e28d46aad2f710ccad6
This commit is contained in:
commit
b53522a148
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user