UNPKG

110 BTypeScriptView Raw
1import { Cell } from '../../../lib/data-set/cell';
2export declare class ViewCellComponent {
3 cell: Cell;
4}