@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
9 lines (8 loc) • 364 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { TableSortIconProps } from "./table.types.js";
//#region src/table/tableSortIcon.d.ts
/** Displays a sort icon with given direction based on sort order. */
declare const TableSortIcon: VuiComponent<"svg", TableSortIconProps>;
//#endregion
export { TableSortIcon };
//# sourceMappingURL=tableSortIcon.d.ts.map