UNPKG
@kre-form/survey
Version:
latest (5.6.3)
5.6.3
5.6.2
5.6.1
5.6.0
5.5.154
5.5.14
5.5.12
5.5.11
5.5.10
5.5.9
5.5.8
5.5.7
5.5.6
5.5.5
5.5.4
5.5.3
5.5.2
5.5.0
5.4.9
5.4.8
5.4.7
5.4.6
5.4.5
5.4.4
5.4.3
5.4.2
5.4.1
5.4.0
5.3.8
5.3.7
5.3.6
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.9
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.0
0.0.0-KREFORM-VERSION
@kre-form/survey
/
lib
/
components
/
first-page
/
index.component.d.ts
8 lines
(7 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
OnInit
,
OnChanges
,
SimpleChanges
}
from
"@angular/core"
;
export
declare
class
KreSurveyFirstPage
implements
OnInit
,
OnChanges
{
firstpage
:
any
;
constructor
(
);
ngOnInit
():
void
;
ngOnChanges
(
changes
:
SimpleChanges
):
void
; }