@microsoft/fast-foundation > ProgressOptions
ProgressOptions type
Progress configuration options
Signature:export declare type ProgressOptions = FoundationElementDefinition & {
    indeterminateIndicator1?: string | SyntheticViewTemplate;
    indeterminateIndicator2?: string | SyntheticViewTemplate;
};