Skip to content

Commit

Permalink
EuiSelect TS export cleanup (#2815)
Browse files Browse the repository at this point in the history
* select ts cleanup

* CL
  • Loading branch information
thompsongl authored Jan 31, 2020
1 parent 15cf8f4 commit 355b013
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- Changed SASS comments to non-compiled comments in invisibles files ([#2807](https://github.com/elastic/eui/pull/2807))
- Added `rowHeader` prop to `EuiBasicTable` to allow consumers to set the identifying cell in a row ([#2802](https://github.com/elastic/eui/pull/2802))

**Bug fixes**

- Exported missing `EuiSelectProps` type ([#2815](https://github.com/elastic/eui/pull/2815))

## [`18.3.0`](https://github.com/elastic/eui/tree/v18.3.0)

- Converted `EuiModal` and `EuiConfirmModal` to TypeScript ([#2742](https://github.com/elastic/eui/pull/2742))
Expand Down
34 changes: 0 additions & 34 deletions src/components/form/select/index.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/form/select/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { EuiSelect } from './select';
export { EuiSelect, EuiSelectProps } from './select';

0 comments on commit 355b013

Please sign in to comment.