UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

23 lines 639 B
// Please keep alphabetized export var IconType; (function (IconType) { /** * Render using the fabric icon font. */ IconType[IconType["default"] = 0] = "default"; /** * Render using an image, where imageProps would be used. */ IconType[IconType["image"] = 1] = "image"; /** * Deprecated, use default. * @deprecated */ IconType[IconType["Default"] = 100000] = "Default"; /** * Deprecated, use image. * @deprecated */ IconType[IconType["Image"] = 100001] = "Image"; })(IconType || (IconType = {})); //# sourceMappingURL=Icon.types.js.map