Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- import { PartialExtendedIconifyIcon } from './defaults.js';
- import '@iconify/types';
-
- /**
- * 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 };
|