Searched refs:ProgressAttribute (Results 1 – 1 of 1) sorted by relevance
855 <Type extends keyof ProgressStyleMap>(options: ProgressOptions<Type>): ProgressAttribute<Type>;882 declare class ProgressAttribute<Type extends keyof ProgressStyleMap = keyof ProgressStyleMap, class883 …ds ProgressStyleMap[Type] = ProgressStyleMap[Type]> extends CommonMethod<ProgressAttribute<Type>> {911 value(value: number): ProgressAttribute<Type>;940 color(value: ResourceColor | LinearGradient): ProgressAttribute<Type>;969 style(value: Style): ProgressAttribute<Type>;1016 declare const ProgressInstance: ProgressAttribute<keyof ProgressStyleMap>;