mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-08 02:47:17 +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 };
|