add hw2
This commit is contained in:
8
node_modules/@iconify/utils/lib/icon/merge.d.ts
generated
vendored
Normal file
8
node_modules/@iconify/utils/lib/icon/merge.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { PartialExtendedIconifyIcon } from "./defaults.js";
|
||||
/**
|
||||
* Merge icon and alias
|
||||
*
|
||||
* Can also be used to merge default values and icon
|
||||
*/
|
||||
declare function mergeIconData<T extends PartialExtendedIconifyIcon>(parent: T, child: PartialExtendedIconifyIcon): T;
|
||||
export { mergeIconData };
|
||||
Reference in New Issue
Block a user