UNPKG
hyper-angular
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Components Angular Library
hyper-angular
/
lib
/
hyper-steps
/
models
/
status-steps
/
status-step.d.ts
6 lines
(5 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
StatusStep
{
nameStep
:
string
;
statusStep
:
string
;
constructor
(
params
:
Partial
<
StatusStep
>
); }