+11
@@ -0,0 +1,11 @@
|
||||
import { IconCSSIconOptions, IconContentIconOptions } from "./types.js";
|
||||
import { IconifyIcon } from "@iconify/types";
|
||||
/**
|
||||
* Get CSS for icon, rendered as background or mask
|
||||
*/
|
||||
declare function getIconCSS(icon: IconifyIcon, options?: IconCSSIconOptions): string;
|
||||
/**
|
||||
* Get CSS for icon, rendered as content
|
||||
*/
|
||||
declare function getIconContentCSS(icon: IconifyIcon, options: IconContentIconOptions): string;
|
||||
export { getIconCSS, getIconContentCSS };
|
||||
Reference in New Issue
Block a user