diff options
Diffstat (limited to 'src/webpack/common.tsx')
-rw-r--r-- | src/webpack/common.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpack/common.tsx b/src/webpack/common.tsx index 773cc14..8c43577 100644 --- a/src/webpack/common.tsx +++ b/src/webpack/common.tsx @@ -65,6 +65,7 @@ export let Tooltip: Components.Tooltip; export let Router: any; export let TextInput: any; export let Text: (props: TextProps) => JSX.Element; +export const TextArea = findByCodeLazy("handleSetRef", "textArea") as React.ComponentType<React.PropsWithRef<any>>; export const Select = LazyComponent(() => findByCode("optionClassName", "popoutPosition", "autoFocus", "maxVisibleItems")); export const Slider = LazyComponent(() => findByCode("closestMarkerIndex", "stickToMarkers")); |