Skip to content

Commit

Permalink
Add prepend prop to EuiFieldText's typescript definition (#1311)
Browse files Browse the repository at this point in the history
* Add prepend prop to EuiFieldText's typescript definition

* Update index.d.ts

* Update src/components/form/field_text/index.d.ts

Co-Authored-By: Bargs <mbargar@gmail.com>
  • Loading branch information
Bargs authored Nov 26, 2018
1 parent 1c69f73 commit 40fdd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/form/field_text/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declare module '@elastic/eui' {
inputRef?: (ref: HTMLInputElement) => void;
fullWidth?: boolean;
isLoading?: boolean;
prepend?: React.ReactNode;
}

export const EuiFieldText: SFC<
Expand Down

0 comments on commit 40fdd7a

Please sign in to comment.