UNPKG
ngnz-time-input
Version:
latest (0.0.4)
0.0.4
0.0.1
Material design time input for Angular 8
github.com/naz-a/angular-time-input
ngnz-time-input
/
lib
/
datatypes
/
boolean-trigger.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
import
{
BooleanFunction
}
from
'./boolean-function'
;
export
declare
type
BooleanTrigger
=
boolean
|
BooleanFunction
;