add hw2
This commit is contained in:
9
node_modules/@iconify/utils/lib/loader/external-pkg.d.ts
generated
vendored
Normal file
9
node_modules/@iconify/utils/lib/loader/external-pkg.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { AutoInstall, CustomIconLoader, ExternalPkgName } from "./types.js";
|
||||
/**
|
||||
* Creates a CustomIconLoader collection from an external package collection.
|
||||
*
|
||||
* @param packageName The package name.
|
||||
* @param autoInstall {AutoInstall} [autoInstall=false] - whether to automatically install
|
||||
*/
|
||||
declare function createExternalPackageIconLoader(packageName: ExternalPkgName, autoInstall?: AutoInstall, cwd?: string): Record<string, CustomIconLoader>;
|
||||
export { createExternalPackageIconLoader };
|
||||
Reference in New Issue
Block a user