UNPKG

190 BTypeScriptView Raw
1import * as IconNames from "./generated/iconNames";
2/** String literal union type of all Blueprint UI icon names. */
3export declare type IconName = typeof IconNames[keyof typeof IconNames];