mirror of
https://github.com/iconify/iconify.git
synced 2024-12-12 13:47:49 +00:00
perf: supplementary type
This commit is contained in:
parent
5be9c3f8f9
commit
b7fc04c931
@ -156,7 +156,7 @@ export type IconifyLoaderOptions = {
|
||||
*/
|
||||
autoInstall?: boolean;
|
||||
|
||||
customInstall?: Function;
|
||||
customInstall?: (name: string) => Promise<void | undefined>;
|
||||
/**
|
||||
* The additional icon properties applied to the svg.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user