From f94cbfb2f498a121a5dbb3a22acdb74b446c952b Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 1 Dec 2022 03:01:44 +0100 Subject: Add basic themes tab --- src/webpack/common.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/webpack') 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>; export const Select = LazyComponent(() => findByCode("optionClassName", "popoutPosition", "autoFocus", "maxVisibleItems")); export const Slider = LazyComponent(() => findByCode("closestMarkerIndex", "stickToMarkers")); -- cgit