@table-library/react-table-library
Version:
react-table-library
5 lines (4 loc) • 408 B
TypeScript
import * as React from 'react';
import { TableNode } from '@table-library/react-table-library/types/table';
import { HeaderCellSortProps } from '@table-library/react-table-library/types/sort';
export declare const HeaderCellSort: React.MemoExoticComponent<(<T extends TableNode>({ sortKey, sortIcon, children, ...passThrough }: HeaderCellSortProps) => import("@emotion/react/jsx-runtime").JSX.Element)>;