aboutsummaryrefslogtreecommitdiff
path: root/src/webpack/common.tsx
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-12-01 03:01:44 +0100
committerVendicated <vendicated@riseup.net>2022-12-01 03:01:44 +0100
commitf94cbfb2f498a121a5dbb3a22acdb74b446c952b (patch)
tree5f0ca0cc8f6483309e40a7d00587b0d57ca5fd47 /src/webpack/common.tsx
parentfc09460d82dc30e7393a659411f40bc011528294 (diff)
downloadVencord-f94cbfb2f498a121a5dbb3a22acdb74b446c952b.tar.gz
Vencord-f94cbfb2f498a121a5dbb3a22acdb74b446c952b.tar.bz2
Vencord-f94cbfb2f498a121a5dbb3a22acdb74b446c952b.zip
Add basic themes tab
Diffstat (limited to 'src/webpack/common.tsx')
-rw-r--r--src/webpack/common.tsx1
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"));