mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 20:09:30 +08:00
10 lines
218 B
Text
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 };
|