UNPKG

react-schedule-meeting

Version:
7 lines (6 loc) 151 B
import * as React from 'react'; type ArrowProps = { direction: 'back' | 'forward'; }; export declare const Arrow: React.FC<ArrowProps>; export {};