Searched refs:ProgressAttribute (Results 1 – 1 of 1) sorted by relevance
1344 <Type extends keyof ProgressStyleMap>(options: ProgressOptions<Type>): ProgressAttribute<Type>;1381 declare class ProgressAttribute<Type extends keyof ProgressStyleMap = keyof ProgressStyleMap, class1382 …ds ProgressStyleMap[Type] = ProgressStyleMap[Type]> extends CommonMethod<ProgressAttribute<Type>> {1421 value(value: number): ProgressAttribute<Type>;1461 color(value: ResourceColor | LinearGradient): ProgressAttribute<Type>;1501 style(value: Style): ProgressAttribute<Type>;1566 declare const ProgressInstance: ProgressAttribute<keyof ProgressStyleMap>;