This repository demonstrates type errors encountered when using konsta-ui components with SvelteKit and TypeScript.
ToolbarPane componentcd app
npm install
npm run dev
To see the type errors:
cd app
npm run check
The ToolbarPane component in Konsta UI 5.0.4 has TypeScript definition issues:
children prop - The component accepts children in its implementation but the TypeScript definitions don't include itonClick are not properly typedSee app/README.md for detailed documentation of all type errors.
This repository serves as a reference for type compatibility issues between konsta-ui and SvelteKit/TypeScript, helping developers understand and work around these limitations.