Skip to content

Commit

Permalink
fix(list): add missing export of list types
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroth authored and adrianschmidt committed Sep 10, 2019
1 parent 21dd6eb commit 91665e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export * from './components/dialog/dialog.types';
export * from './components/chip-set/chip.types';
export * from './components/file/file.types';
export * from './components/date-picker/date.types';
export * from './components/list/list.types';

0 comments on commit 91665e7

Please sign in to comment.