UNPKG

@cimpress/react-components

Version:
9 lines 281 B
import React from 'react'; import { SortKey } from '../types'; export interface SortIndicatorProps { currentSort?: SortKey; accessor?: string; } declare const SortIndicator: React.FC<SortIndicatorProps>; export { SortIndicator }; //# sourceMappingURL=SortIndicator.d.ts.map