mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 09:19:30 +08:00
5 lines
191 B
Text
5 lines
191 B
Text
import { IconifyJSON } from '@iconify/types';
|
|
|
|
declare function loadCollectionFromFS(name: string, autoInstall?: boolean): Promise<IconifyJSON | undefined>;
|
|
|
|
export { loadCollectionFromFS };
|