mirror of
https://github.com/iconify/iconify.git
synced 2025-01-08 07:48:29 +00:00
6 lines
224 B
TypeScript
6 lines
224 B
TypeScript
import type { IconifyPluginOptions } from './options';
|
|
/**
|
|
* Get CSS rules for icon
|
|
*/
|
|
export declare function getCSSRules(icons: string[] | string, options?: IconifyPluginOptions): Record<string, Record<string, string>>;
|