UNPKG

coersystem

Version:

Library for Angular projects

6 lines (5 loc) 108 B
export interface IGridCheckbox { show: boolean; onlyOneCheck?: boolean; checkOnRow?: boolean; }