Add basic themes tab

This commit is contained in:
Vendicated 2022-12-01 03:01:44 +01:00
parent fc09460d82
commit f94cbfb2f4
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
5 changed files with 156 additions and 1 deletions

View file

@ -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"));