Brisanet / ion-react

Ion design system in react
https://main--63da5890a06a8f8f995110dd.chromatic.com/
MIT License
10 stars 1 forks source link

standardize component export #105

Closed Deeved closed 1 year ago

Deeved commented 1 year ago

In src/components/index.ts this pattern export { default as IonButton } from './button'; must be replaced by this export * from './button'; image