@cimpress/react-components
Version:
React components to support the MCP styleguide
12 lines • 362 B
TypeScript
/// <reference types="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): JSX.Element;
//# sourceMappingURL=ArrowAlt.d.ts.map