Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
fix(index.d.ts): added Chip export
Browse files Browse the repository at this point in the history
  • Loading branch information
AmiterCodes committed Apr 28, 2021
1 parent 436b873 commit f3bc8a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte-materialify/@types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export { default as CardSubtitle } from './CardSubtitle';
export { default as CardText } from './CardText';
export { default as CardTitle } from './CardTitle';
export { default as Checkbox } from './Checkbox';
export { default as Chip } from './Chip';
export { default as Col } from './Col';
export { default as Container } from './Container';
export { default as Dialog } from './Dialog';
Expand Down

0 comments on commit f3bc8a0

Please sign in to comment.