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
/
css-classes.d.ts
5 lines
(4 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
import
{
BooleanTrigger
}
from
'./boolean-trigger'
;
export
declare
type
CssClasses
= { [
key
:
string
]:
BooleanTrigger
; };