Cweili / svelte-fa

Tiny FontAwesome component for Svelte

Home Page:https://cweili.github.io/svelte-fa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

size is initialized as a boolean, should be a string

Milinday opened this issue · comments

When using typescript size gives error "Type 'string' is not assignable to type 'boolean'."

Fixed in #95