@cimpress/react-components
Version:
React components to support the MCP styleguide
12 lines • 363 B
TypeScript
import React from 'react';
import { ArrowDirection } from '../common';
export interface ArrowAltProps {
className?: string;
color?: string;
direction?: ArrowDirection;
outline?: string;
outlineWidth?: string;
size?: number;
}
export declare function ArrowAlt(props: ArrowAltProps): React.JSX.Element;
//# sourceMappingURL=ArrowAlt.d.ts.map