When trying to use Flex svelte from within typescript, I get this error:
Could not find a declaration file for module 'svelte-flex'. './node_modules/svelte-flex/lib/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/svelte-flex` if it exists or add a new declaration (.d.ts) file containing `declare module 'svelte-flex';`ts(7016)
Maybe I'm doing something wrong?
However, looking at the source, doesn't look like anything is typed.
When trying to use Flex svelte from within typescript, I get this error:
Maybe I'm doing something wrong?
However, looking at the source, doesn't look like anything is typed.