UNPKG

@cimpress/react-components

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