Search
Loading...
Skip to content

Type Alias: DialogProgress

type DialogProgress =
| number
| "indeterminate"
| {
value: number;
max: number;
};