UNPKG

@anglr/grid

Version:
10 lines 249 B
/** * Context for cell template */ export interface CellTemplateContext<TColumnMetadata = unknown> { /** * Object of column metadata itself */ readonly column: TColumnMetadata; } //# sourceMappingURL=cellTemplate.context.d.ts.map