Skip to content

Commit

Permalink
Merge pull request #1979 from habx/fix/5.41/export-TabSelectOption
Browse files Browse the repository at this point in the history
APP-22926: export `TabSelectOption` from `ui-core`
  • Loading branch information
alexisfontaine authored Jul 26, 2021
2 parents a46d600 + 54dcd82 commit 5baedd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export { SearchBar, SearchBarProps } from './SearchBar'
export { DatePickerRange, DatePickerRangeProps } from './DatePickerRange'
export { DatePicker, DatePickerProps } from './DatePicker'
export { FakeInput, FakeInputProps, inputStyle } from './FakeInput'
export { TabSelect, TabSelectProps } from './TabSelect'
export { TabSelect, TabSelectProps, TabSelectOption } from './TabSelect'


/*
Expand Down

0 comments on commit 5baedd2

Please sign in to comment.