UNPKG

@wamra/gantt-task-react

Version:
15 lines (14 loc) 410 B
import React from 'react'; export declare const fixPositionContainerClass: string; type FixDependencyPositionProps = { color: string; dependencyFixIndent: number; handleFixPosition: () => void; height: number; isLeft: boolean; width: number; x: number; y: number; }; export declare const FixDependencyPosition: React.NamedExoticComponent<FixDependencyPositionProps>; export {};