Mario Blanco

Results 3 comments of Mario Blanco

` declare module 'gantt-for-react' { import { Component, ReactNode } from 'react'; export interface Task { id: number; name: string; start: Date; end: Date; progress?: number; dependencies?: number[]; custom_class?: string;...

Is not an official wrapper, so you should contact the creator of the wrapper. Im facing that issue too, so im using this lib in react