版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

12 строки
320 B

  1. import { PartialExtendedIconifyIcon } from './defaults.js';
  2. import '@iconify/types';
  3. /**
  4. * Merge icon and alias
  5. *
  6. * Can also be used to merge default values and icon
  7. */
  8. declare function mergeIconData<T extends PartialExtendedIconifyIcon>(parent: T, child: PartialExtendedIconifyIcon): T;
  9. export { mergeIconData };