mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add eventlistners jsfile
This commit is contained in:
Vendored
-2
@@ -1,2 +0,0 @@
|
||||
declare const About: React.FC;
|
||||
export default About;
|
||||
Vendored
-8
@@ -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;
|
||||
Vendored
-1
@@ -1 +0,0 @@
|
||||
export default function Shortcuts(): import("react/jsx-runtime").JSX.Element;
|
||||
Reference in New Issue
Block a user