add eventlistners jsfile

This commit is contained in:
SethBurkart123
2023-09-22 13:33:15 +10:00
parent 0d9a9fc930
commit ce6fbcbb75
6 changed files with 5 additions and 21 deletions
-2
View File
@@ -1,2 +0,0 @@
declare const About: React.FC;
export default About;
-8
View File
@@ -1,8 +0,0 @@
import { SettingsState } from '../App';
interface SettingsProps {
settingsState: SettingsState;
switchChange: (key: string, isOn: boolean) => void;
colorChange: (color: string) => void;
}
declare const Settings: React.FC<SettingsProps>;
export default Settings;
-1
View File
@@ -1 +0,0 @@
export default function Shortcuts(): import("react/jsx-runtime").JSX.Element;