UNPKG

react-gantt-lightweight

Version:
9 lines (8 loc) 176 B
/// <reference types="react" /> import "./index.css"; interface Props { isOpen?: boolean; color?: string; } declare const Arrow: React.FC<Props>; export default Arrow;