From 42ed566e85f14087f374880ab5b51a11b086215f Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Thu, 29 Aug 2019 11:29:01 -0700 Subject: [PATCH] Readd an export 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 --- src/components/TextField/TextField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TextField/TextField.tsx b/src/components/TextField/TextField.tsx index 774e33b99d0..b83142c8e58 100644 --- a/src/components/TextField/TextField.tsx +++ b/src/components/TextField/TextField.tsx @@ -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 */