UNPKG

@cimpress/react-components

Version:
9 lines 328 B
import * as React from 'react'; export interface SortIndicatorSvgProps { color?: string; size?: string; style?: React.CSSProperties; } declare const SortIndicatorSvg: ({ size, color, style }: SortIndicatorSvgProps) => React.JSX.Element; export default SortIndicatorSvg; //# sourceMappingURL=SortIndicatorSvg.d.ts.map