mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 23:23:04 -04:00
feat(Plugin): InvisibleChat (#349)
Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
parent
1713450540
commit
06aa72c636
6 changed files with 414 additions and 0 deletions
|
@ -72,6 +72,7 @@ export const Forms = {} as {
|
|||
};
|
||||
export let Card: Components.Card;
|
||||
export let Button: any;
|
||||
export const ButtonLooks = findByPropsLazy("BLANK", "FILLED", "INVERTED") as Record<"FILLED" | "INVERTED" | "OUTLINED" | "LINK" | "BLANK", string>;
|
||||
export let Switch: any;
|
||||
export let Tooltip: Components.Tooltip;
|
||||
export let Router: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue