UNPKG
@kronscht/ng-wizard
Version:
latest (1.4.3)
1.4.3
1.4.2
1.4.1
Angular ng-wizard - Angular wizard | stepper
github.com/darkmoon221/ng-wizard
darkmoon221/ng-wizard
@kronscht/ng-wizard
/
lib
/
utils
/
constants.d.ts
3 lines
(2 loc)
•
102 B
TypeScript
View Raw
1
2
3
import
{
NgWizardConfig
}
from
'./interfaces'
;
export
declare
const
DEFAULT_CONFIG
:
NgWizardConfig
;