guiqui / react-timeline-gantt

A react Timeline component with virtual rendering
MIT License
536 stars 130 forks source link

Are you considering adding support for typescript? #39

Open JoyNop opened 4 years ago

JoyNop commented 4 years ago

RT

Are you considering adding support for typescript?

starniciuc commented 4 years ago

@JoyNop you can do a workaround to use in typescript project, declare a module in typings like that declare module "react-timeline-gantt";

guiqui commented 4 years ago

Hi Renny, Yes I am.I will look into .

On Thu, Nov 14, 2019 at 9:40 PM Mihai Starniciuc notifications@github.com wrote:

@JoyNop https://github.com/JoyNop you can do a workaround to use in typescript project, declare a module in typings like that declare module "react-timeline-gantt";

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/guiqui/react-timeline-gantt/issues/39?email_source=notifications&email_token=ADMV2DVYE32XJ374DSJUYS3QTUFHVA5CNFSM4JL7TZO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBBGCY#issuecomment-553784075, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMV2DVHRCNP563R6M2BWD3QTUFHVANCNFSM4JL7TZOQ .

JoyNop commented 4 years ago

I am very excited about this. 😃

Hi Renny, Yes I am.I will look into . On Thu, Nov 14, 2019 at 9:40 PM Mihai Starniciuc @.***> wrote: @JoyNop https://github.com/JoyNop you can do a workaround to use in typescript project, declare a module in typings like that declare module "react-timeline-gantt"; — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#39?email_source=notifications&email_token=ADMV2DVYE32XJ374DSJUYS3QTUFHVA5CNFSM4JL7TZO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBBGCY#issuecomment-553784075>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMV2DVHRCNP563R6M2BWD3QTUFHVANCNFSM4JL7TZOQ .

balbatross commented 3 years ago

Currently adding typescript in my fork https://github.com/TheTechCompany/react-timeline-gantt