mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 10:59:31 +08:00
8 lines
335 B
Text
8 lines
335 B
Text
import { IconifyJSON } from '@iconify/types';
|
|
import { IconifyLoaderOptions } from './types.js';
|
|
import '@antfu/utils';
|
|
import '../customisations/index.js';
|
|
|
|
declare function searchForIcon(iconSet: IconifyJSON, collection: string, ids: string[], options?: IconifyLoaderOptions): Promise<string | undefined>;
|
|
|
|
export { searchForIcon };
|