mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 01:53:05 -04:00
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:
parent
b6a0659965
commit
0e167188a2
4 changed files with 198 additions and 2 deletions
2
src/webpack/common/types/components.d.ts
vendored
2
src/webpack/common/types/components.d.ts
vendored
|
@ -478,7 +478,7 @@ export type Clickable = ComponentType<PropsWithChildren<{
|
|||
href?: string;
|
||||
ignoreKeyPress?: boolean;
|
||||
|
||||
onClick?(): void;
|
||||
onClick?(e: React.MouseEvent<any>): void;
|
||||
onKeyPress?(): void;
|
||||
}>>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue