mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
fix: update props and types for General Settings page
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import type { SettingsState } from './AppProps';
|
||||
import type { Component } from 'svelte';
|
||||
|
||||
export interface SettingsList {
|
||||
title: string;
|
||||
id: number;
|
||||
description: string;
|
||||
Component: Component;
|
||||
Component: any; /* TODO: Give this a type */
|
||||
props?: any;
|
||||
}
|
||||
export interface SettingsProps {
|
||||
|
||||
Reference in New Issue
Block a user