mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 07:29:13 +08:00
8 lines
211 B
Text
8 lines
211 B
Text
import { UniversalIconLoader } from './types.js';
|
|
import '@antfu/utils';
|
|
import '../customisations/index.js';
|
|
import '@iconify/types';
|
|
|
|
declare const loadNodeIcon: UniversalIconLoader;
|
|
|
|
export { loadNodeIcon };
|