astro-ghostcms/.pnpm-store/v3/files/9c/8b0397a7ee7756dce0f9795ad7b...

11 lines
218 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { IconifyJSON } from '@iconify/types';
/**
* Expand minified icon set
*
* Opposite of minifyIconSet() from ./minify.ts
*/
declare function expandIconSet(data: IconifyJSON): void;
export { expandIconSet };