TheComputerM / svelte-materialify

A Material UI Design Component library for Svelte heavily inspired by vuetify.
https://svelte-materialify.vercel.app
MIT License
623 stars 85 forks source link

Chip is not an exported member of 'svelte-materialify' #233

Closed AmiterCodes closed 3 years ago

AmiterCodes commented 3 years ago

as the title suggests, trying to import Chip from 'svelte-materialify' does not work while every other component I tried did, seems that it doesn't have a type either in @types, probably needs to be fixed or added

Florian-Schoenherr commented 3 years ago

Seems like we don't have it as a type. Could you add it? Would be a simple copy-paste task from the Chip itself and other types. I don't have any time left today.

AmiterCodes commented 3 years ago

added pull request #244