Urara-Blog/node_modules/.pnpm-store/v3/files/17/51fc5d54be3772d115b20e926322531d3ac59acd5ed550cbb7823af9f9cd4e0351b6de97981f949c6ffc5224e5cab632b63d506fca77ea3de282a7ce691c60
2022-08-14 01:14:53 +08:00

11 lines
438 B
Text

import { CustomIconLoader, InlineCollection, IconifyLoaderOptions } from './types.js';
import '@antfu/utils';
import '../customisations/index.js';
import '@iconify/types';
/**
* Get custom icon from inline collection or using loader
*/
declare function getCustomIcon(custom: CustomIconLoader | InlineCollection, collection: string, icon: string, options?: IconifyLoaderOptions): Promise<string | undefined>;
export { getCustomIcon };