mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
fix: svelte settings Sync
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import type { SettingsState } from './AppProps';
|
||||
import { ComponentType } from 'svelte';
|
||||
import type { Component } from 'svelte';
|
||||
|
||||
export interface SettingsList {
|
||||
title: string;
|
||||
id: number;
|
||||
description: string;
|
||||
component: ComponentType;
|
||||
Component: Component;
|
||||
props?: any;
|
||||
}
|
||||
export interface SettingsProps {
|
||||
|
||||
Reference in New Issue
Block a user