UNPKG

@wamra/gantt-task-react

Version:
14 lines (13 loc) 341 B
import React from 'react'; export declare const fixWidthContainerClass: string; type BarFixWidthProps = { x: number; y: number; width: number; height: number; isLeft: boolean; color: string; handleFixWidth: () => void; }; export declare const BarFixWidth: React.NamedExoticComponent<BarFixWidthProps>; export {};