Repository URL to install this package:
Version:
0.9.6 ▾
|
export interface ArrowIconProps {
left?: boolean;
right?: boolean;
down?: boolean;
up?: boolean;
isLeft?: boolean;
isRight?: boolean;
isDown?: boolean;
isUp?: boolean;
isAnimated?: boolean;
animated?: boolean;
type?: string;
}
export declare type DirectionType = (props: ArrowIconProps) => boolean;
export { ArrowIconProps as Props };