mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-02 14:49:13 +08:00
Optional callback for i2svg
This commit is contained in:
parent
7d3d774145
commit
5311ed86cd
@ -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