UNPKG
ngx-ui-tour-primeng
Version:
latest (2.0.0)
2.0.0
1.0.0
UI tour library for Angular
github.com/hakimio/ngx-ui-tour
hakimio/ngx-ui-tour
ngx-ui-tour-primeng
/
lib
/
step-option.interface.d.ts
5 lines
(4 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
IStepOption
}
from
'ngx-ui-tour-core'
;
export
interface
PrimeNgStepOption
extends
IStepOption
{
closeOnOutsideClick
?:
boolean
; }