UNPKG

@anglr/grid

Version:
11 lines 340 B
import type { OrderableDirective } from '../../directives/orderable/orderable.directive'; /** * Class used for storing orderable directive instance */ export interface GridOrderableCell { /** * Instance of orderable directive */ orderable?: OrderableDirective; } //# sourceMappingURL=gridOrderableCell.interface.d.ts.map