@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
16 lines (15 loc) • 913 B
TypeScript
/***
* d888b d88888b d888888b d888888b .o88b. .d88b. d8b db d888888b d8b db d88888b .d88b.
* 88' Y8b 88' `~~88~~' `88' d8P Y8 .8P Y8. 888o 88 `88' 888o 88 88' .8P Y8.
* 88 88ooooo 88 88 8P 88 88 88V8o 88 88 88V8o 88 88ooo 88 88
* 88 ooo 88~~~~~ 88 88 8b 88 88 88 V8o88 88 88 V8o88 88~~~ 88 88
* 88. ~8~ 88. 88 .88. Y8b d8 `8b d8' 88 V888 .88. 88 V888 88 `8b d8'
* Y888P Y88888P YP Y888888P `Y88P' `Y88P' VP V8P Y888888P VP V8P YP `Y88P'
*
* import { getFileTypeIconInfo } from '@mikezimm/npmfunctions/dist/HelpInfo/Icons/stdECStorage';
*/
export declare function getFileTypeIconInfo(ext: string): {
iconName: string;
iconColor: string;
iconTitle: string;
};