UNPKG

76 BTypeScriptView Raw
1export interface ViewCell {
2 value: string | number;
3 rowData: any;
4}