ANovokmet / svelte-gantt

:calendar: Interactive JavaScript Gantt chart/resource booking component
https://anovokmet.github.io/svelte-gantt/
MIT License
525 stars 107 forks source link

Missing Types #245

Open wh1337 opened 4 days ago

wh1337 commented 4 days ago

Looks like the types are not being exported when installing:

image
wh1337 commented 4 days ago

Found it, however might need to update the docs:

import { MomentSvelteGanttDateAdapter, SvelteGantt } from 'svelte-gantt/svelte';

wh1337 commented 4 days ago

While intially I was importing SvelteGantt from the wrong directory sub directory, when importing from the correct sub directory and following the installation steps, I'm getting the following error.

image