UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

7 lines (6 loc) 230 B
import React from 'react'; declare type ArrowProps = React.SVGProps<SVGSVGElement> & { arrowDirection: 'left' | 'right'; }; declare const Arrow: ({ arrowDirection, ...props }: ArrowProps) => JSX.Element; export default Arrow;