mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
Lint files based on updated rules
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { ReactNode } from 'react';
|
||||
import { SettingsOptions } from '/@/renderer/features/settings/components/settings-option';
|
||||
|
||||
export type SettingOption = {
|
||||
control: JSX.Element;
|
||||
description: string | JSX.Element;
|
||||
control: ReactNode;
|
||||
description: string | ReactNode;
|
||||
isHidden?: boolean;
|
||||
note?: string;
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user