astro-ghostcms/.pnpm-store/v3/files/f5/83b4f965299f150f74389872b1b...

9 lines
338 B
Plaintext

import { IconifyJSON } from '@iconify/types';
import { IconifyLoaderOptions } from './types.js';
import '@antfu/utils';
import '../customisations/defaults.js';
declare function searchForIcon(iconSet: IconifyJSON, collection: string, ids: string[], options?: IconifyLoaderOptions): Promise<string | undefined>;
export { searchForIcon };