UNPKG

@cimpress/react-components

Version:
12 lines 363 B
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