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:
parent
affaf1bea0
commit
6efa9af556
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user