UNPKG

@revolist/revogrid

Version:

Virtual reactive data grid spreadsheet component - RevoGrid.

10 lines (9 loc) 318 B
/*! * Built by Revolist OU ❤️ */ import { h } from "@stencil/core"; export const SortingSign = ({ column }) => { var _a; return h("i", { class: (_a = column === null || column === void 0 ? void 0 : column.order) !== null && _a !== void 0 ? _a : 'sort-off' }); }; //# sourceMappingURL=sorting.sign.js.map