Urara-Blog/node_modules/.pnpm-store/v3/files/9c/8b0397a7ee7756dce0f9795ad7b64cd6c99e8f6fd1f45b562f574d43c1d39f490bb0497b584efb42b1f55e3d3502ab75aa809e8f62a90e84f536d04377ef27
2022-08-14 01:14:53 +08:00

10 lines
218 B
Text

import { IconifyJSON } from '@iconify/types';
/**
* Expand minified icon set
*
* Opposite of minifyIconSet() from ./minify.ts
*/
declare function expandIconSet(data: IconifyJSON): void;
export { expandIconSet };