MCPcopy
hub / github.com/DevCloudFE/ng-devui / IProgressItem

Interface IProgressItem

devui/progress/progress.types.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IProgressItem {
2 color: string;
3 content?: string;
4 percentage: number;
5 percentageText?: string;
6 strokePath?: { [key: string]: string };
7 [key: string]: any;
8}
9
10export interface IGradientColor {
11 color: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected