Closed AngelRionCervi closed 3 years ago
Hi,
Maybe it's done on prupose but the /@types folder is missing both ExpansionPanels and ExpansionPanel declaration files, resulting in compilation errors with TS.
ExpansionPanels
ExpansionPanel
You probably need to update svelte-materialify 👍 https://github.com/TheComputerM/svelte-materialify/blob/master/packages/svelte-materialify/%40types/index.d.ts#L23 https://github.com/TheComputerM/svelte-materialify/blob/master/packages/svelte-materialify/%40types/ExpansionPanel.d.ts
Hi,
Maybe it's done on prupose but the /@types folder is missing both
ExpansionPanels
andExpansionPanel
declaration files, resulting in compilation errors with TS.