UNPKG
outsystems-ui
Version:
latest (2.27.0)
2.27.0
2.23.0
2.22.0
2.21.0
2.20.0
2.19.2
2.19.1
2.19.0
2.18.4
2.18.2
2.18.1
2.18.0
2.17.0
2.16.0
2.15.0
2.14.0
OutSystems UI Framework
outsystemsui.outsystems.com/OutsystemsUiWebsite/
OutSystems/outsystems-ui
outsystems-ui
/
src
/
scripts
/
OSFramework
/
OSUI
/
Pattern
/
Progress
/
Bar
/
ProgressBarConfig.ts
7 lines
(5 loc)
•
251 B
text/typescript
View Raw
1
2
3
4
5
6
7
/
//
<reference path=
"../AbstractProgressConfiguration.ts"
/>
//
eslint-disable-
next
-line
@typescript
-eslint/no-unused-vars namespace
OSFramework
.
OSUI
.
Patterns
.
Progress
.
Bar
{ export
class
ProgressBarConfig
extends
Progress
.
ProgressConfiguration
{} }