mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
upgrade to react18
This commit is contained in:
@@ -4,3 +4,5 @@ export * from './route';
|
||||
export * from './submit';
|
||||
export * from './time';
|
||||
export * from './useRest';
|
||||
export * from './props';
|
||||
|
||||
|
||||
3
interface/src/utils/props.ts
Normal file
3
interface/src/utils/props.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface RequiredChildrenProps {
|
||||
children: React.ReactNode;
|
||||
}
|
||||
Reference in New Issue
Block a user