2
0
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:
DaoYuan 2023-02-07 14:59:45 +08:00
parent 5be9c3f8f9
commit b7fc04c931

View File

@ -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.
*