mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-10 16:05:52 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export interface RequiredChildrenProps {
|
|
children: React.ReactNode;
|
|
}
|