@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
28 lines (27 loc) • 1.19 kB
text/typescript
export * from './grid.spec';
export * from './grid-header.spec';
export * from './grid-grouping-header.spec';
export * from './grid-header-table.spec';
export * from './grid-header-cell.spec';
export * from './grid-container.spec';
export * from './grid-content.spec';
export * from './grid-table.spec';
export * from './grid-footer.spec';
export * from './grid-footer-table.spec';
export * from './grid-pager.spec';
export * from './grid-toolbar.spec';
export * from './grid-stack-cell.spec';
export * from './grid-stack-row.spec';
export * from './templates/grid-normal';
export * from './templates/grid-with-column-menu';
export * from './templates/grid-with-filter-menu';
export * from './templates/grid-with-filter-row';
export * from './templates/grid-with-grouping';
export * from './templates/grid-hierarchy';
export * from './templates/grid-with-row-reordering';
export * from './templates/grid-with-selection-aggregates';
export * from './templates/grid-with-multicolumn-headers';
export * from './templates/grid-with-locked-columns';
export * from './templates/grid-with-sticky-columns';
export * from './templates/grid-with-edit-row';
export * from './templates/grid-stack';