UNPKG
ngx-checkbox-list
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
Checkbox list form control for Angular X
ngx-checkbox-list
/
option.ts
6 lines
(5 loc)
•
131 B
text/typescript
View Raw
1
2
3
4
5
6
// eslint-disable-next-
line
@typescript-eslint
/no-explicit-any export type Option<V = any> = {
label
: string; value: V; };