PromucFlow_constructor/app/client/src/widgets/ProgressBarWidget/constants.ts

8 lines
274 B
TypeScript
Raw Normal View History

2021-12-29 12:01:19 +00:00
// This file contains common constants which can be used across the widget configuration file (index.ts), widget and component folders.
export const PROGRESSBAR_WIDGET_CONSTANT = "";
export enum BarType {
INDETERMINATE = "indeterminate",
DETERMINATE = "determinate",
}