Skip to content

Commit

Permalink
feat: export FileTypesEnum (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-winter authored Aug 24, 2023
1 parent 456c524 commit 42391f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export {ButtonGroup} from './components/button/buttonGroup';
export {Checkbox} from './components/checkbox/checkbox';

export {DatePickerDropdown as DatePicker} from './components/datepicker/datepickerDropdown';

export {File} from './components/_pre-built/file/file';
export {File, FileTypesEnum} from './components/_pre-built/file/file';

export {InlineBanner} from './components/inlineBanner/inlineBanner';

Expand Down

0 comments on commit 42391f8

Please sign in to comment.