mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
upgrade to react18
This commit is contained in:
@@ -2,7 +2,9 @@ import { FC } from 'react';
|
||||
|
||||
import { Paper, Divider } from '@mui/material';
|
||||
|
||||
interface SectionContentProps {
|
||||
import { RequiredChildrenProps } from '../utils';
|
||||
|
||||
interface SectionContentProps extends RequiredChildrenProps {
|
||||
title: string;
|
||||
titleGutter?: boolean;
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user