UNPKG

@uifabric/styling

Version:

Styling helpers for Fluent UI React.

8 lines (7 loc) 221 B
/** * 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;