@cimpress/react-components
Version:
React components to support the MCP styleguide
9 lines • 328 B
TypeScript
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