mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-08 10:39:12 +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 };
|