Skip to content

Commit

Permalink
Readd an export
Browse files Browse the repository at this point in the history
Some stuff in web touches this private type. They're doing a naughty
thing but lets keep the status quo for now and we can chide them later
  • Loading branch information
BPScott committed Aug 30, 2019
1 parent b4eb1f7 commit 42ed566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextField/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface State {
id: string;
}

interface BaseProps {
export interface BaseProps {
/** Text to display before value */
prefix?: React.ReactNode;
/** Text to display after value */
Expand Down

0 comments on commit 42ed566

Please sign in to comment.