mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 00:23:02 -04:00
Add basic themes tab
This commit is contained in:
parent
fc09460d82
commit
f94cbfb2f4
5 changed files with 156 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue