UNPKG
ngx-animating-datepicker
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.0.1
1.0.0
An Animating Datepicker for Angular 2+, for some smooth date picking :).
ngx-animating-datepicker
/
lib
/
models
/
directive-options.model.d.ts
7 lines
(6 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
DirectiveOptions
{
appendToBody
:
boolean
;
openDirection
:
string
;
closeOnBlur
:
boolean
;
useAnimatePicker
:
boolean
; }