feat(Plugin): InvisibleChat (#349)

Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
Sammy 2023-01-07 22:52:55 +01:00 committed by GitHub
parent 1713450540
commit 06aa72c636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 414 additions and 0 deletions

View file

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