8 lines
221 B
TypeScript
8 lines
221 B
TypeScript
/**
|
|
* Gets an icon classname. You should be able to add this classname to an I tag with no
|
|
* additional classnames, and render the icon.
|
|
*
|
|
* @public
|
|
*/
|
|
export declare function getIconClassName(name: string): string;
|