2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-13 06:07:50 +00:00

chore: export also isNode from loader.ts

This commit is contained in:
Joaquín Sánchez Jiménez 2022-02-26 17:48:30 +01:00
parent affaf1bea0
commit 6efa9af556

View File

@ -55,7 +55,7 @@ export type {
InlineCollection, InlineCollection,
} from './loader/types'; } from './loader/types';
export { mergeIconProps } from './loader/utils'; export { mergeIconProps } from './loader/utils';
export { loadIcon } from './loader/loader'; export { isNode, loadIcon } from './loader/loader';
export { FileSystemIconLoader } from './loader/loaders'; export { FileSystemIconLoader } from './loader/loaders';
export { getCustomIcon } from './loader/custom'; export { getCustomIcon } from './loader/custom';
export { searchForIcon } from './loader/modern'; export { searchForIcon } from './loader/modern';