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

Commit 02cf91e

Browse files
Merge pull request #246 from AmiterCodes/master
fix(index.d.ts): added Chip export
2 parents 09eb0ef + f3bc8a0 commit 02cf91e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte-materialify/@types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export { default as CardSubtitle } from './CardSubtitle';
1616
export { default as CardText } from './CardText';
1717
export { default as CardTitle } from './CardTitle';
1818
export { default as Checkbox } from './Checkbox';
19+
export { default as Chip } from './Chip';
1920
export { default as Col } from './Col';
2021
export { default as Container } from './Container';
2122
export { default as Dialog } from './Dialog';

0 commit comments

Comments
 (0)