UNPKG

ngx-checkbox-list

Version:

Checkbox list form control for Angular X

6 lines (5 loc) 131 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any export type Option<V = any> = { label: string; value: V; };