UNPKG

@cimpress/react-components

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