UNPKG
@period-year-norway/ngx-bootstrap
Version:
latest (12.0.11)
12.0.11
12.0.10
12.0.9
12.0.7
12.0.6
12.0.5
12.0.3
9.0.1
Angular Bootstrap
github.com/valor-software/ngx-bootstrap
Period-Year-Norway/ngx-bootstrap
@period-year-norway/ngx-bootstrap
/
timepicker
/
models
/
index.d.ts
8 lines
(7 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
InjectionToken
,
Type
}
from
'@angular/core'
;
import
{
ControlValueAccessor
}
from
'@angular/forms'
;
export
interface
ControlValueAccessorModel
{
provide
:
InjectionToken
<
ControlValueAccessor
>;
useExisting
:
Type
<
any
>;
multi
:
boolean
; }