UNPKG
@finastra/stepper
Version:
latest (1.8.1)
1.8.1
1.8.0
1.7.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.17
1.2.16
1.2.15
1.2.14
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.1
1.1.3
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.44
0.0.42
0.0.41
0.0.40
0.0.39
0.0.38
0.0.37
0.0.36
0.0.35
0.0.34
0.0.33
0.0.32
0.0.31
0.0.30
0.0.29
0.0.28
0.0.27
0.0.26
0.0.25
0.0.24
0.0.23
Stepper Web Component
@finastra/stepper
/
dist
/
src
/
horizontal-stepper.d.ts
5 lines
(4 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
import
{
BaseStepper
}
from
'./base-stepper'
;
export
declare
class
HorizontalStepper
extends
BaseStepper
{
static
styles
:
import
(
"lit"
).
CSSResult
; }