feat(plugin): StatusPresets (#56)

* lint fix

* the actual lint fix & readme removing unwanted text

* Delete src/equicordplugins/statusPresets/README.md

---------

Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
programminglaboratorys 2024-10-15 21:18:31 +03:00 committed by GitHub
parent b6a0659965
commit 0e167188a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 198 additions and 2 deletions

View file

@ -478,7 +478,7 @@ export type Clickable = ComponentType<PropsWithChildren<{
href?: string;
ignoreKeyPress?: boolean;
onClick?(): void;
onClick?(e: React.MouseEvent<any>): void;
onKeyPress?(): void;
}>>;