UNPKG

@itwin/appui-abstract

Version:
15 lines 369 B
/** @packageDocumentation * @module Item */ /** Specifies type of badge, if any, that should be overlaid on UI component. * @public */ export declare enum BadgeType { /** No badge. */ None = 0, /** Standard Technical Preview badge. */ TechnicalPreview = 1, /** Standard New Feature badge. */ New = 2 } //# sourceMappingURL=BadgeType.d.ts.map