mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-25 11:56:31 +02:00
restructure files onto electron-vite boilerplate
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { Divider } from '@mantine/core';
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
import { SettingsOptions } from '/@/renderer/features/settings/components/settings-option';
|
||||
import { useSettingSearchContext } from '/@/renderer/features/settings/context/search-context';
|
||||
import { Divider } from '@mantine/core';
|
||||
|
||||
export type SettingOption = {
|
||||
control: ReactNode;
|
||||
description: string | ReactNode;
|
||||
description: ReactNode | string;
|
||||
isHidden?: boolean;
|
||||
note?: string;
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user