@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
10 lines (9 loc) • 412 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { TableSortIconProps } from "./table.types.js";
import "../index.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, TableSortIcon as default };
//# sourceMappingURL=tableSortIcon.d.ts.map