Store Component Attributes in a strongly typed array
In svelte, I would like to strongly type an array to match the properties that a specific component exports.
Svelte Typescript – Store Component Attributes in a strongly typed array
In svelte, I would like to strongly type an array to match the properties that a specific component exports.