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

Commit f3bc8a0

Browse files
committed
fix(index.d.ts): added Chip export
1 parent 436b873 commit f3bc8a0

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)