UNPKG
ionic-stepper
Version:
latest (1.1.0)
1.1.0
1.1.0-rc.2
1.1.0-rc.1
1.0.4
1.0.3
1.0.2
1.0.1
steppers components for Ionic / ionic2
github.com/HsuanXyz/ionic-stepper
HsuanXyz/ionic-stepper
ionic-stepper
/
dist
/
ionic-step-header.d.ts
12 lines
(11 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
IonicStepStatus
}
from
'./ionic-step'
;
export
declare
class
IonicStepHeaderComponent
{
label
:
string
;
description
:
string
;
icon
:
string
;
errorIcon
:
string
;
index
:
number
;
active
:
boolean
;
status
:
IonicStepStatus
;
readonly
isError
:
boolean
; }