@ui5/linter
Version:
A static code analysis tool for UI5
16 lines (13 loc) • 488 B
TypeScript
// This file is generated by the createTypes script.
declare module "sap/ui/suite/TaskCircleColor" {
import {TaskCircleColor} from "sap/ui/suite/library";
/**
* Defined color values for the Task Circle Control
*
* This enum is part of the 'sap/ui/suite/library' module export and must be accessed by the property 'TaskCircleColor'.
*
* @deprecated (since 1.108) - because it is part of the deprecated package sap.ui.suite
* @public
*/
export default TaskCircleColor;
}