UNPKG

coersystem

Version:

Library for Angular projects

6 lines (5 loc) 98 B
export interface IGridInputCheckbox<T> { all: boolean; checked: boolean; rows: T[]; }