Files
starface-outlook-sync-addin/node_modules/@fluentui/style-utilities/lib/utilities/getIconClassName.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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;