mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export interface RequiredChildrenProps {
|
|
children: React.ReactNode;
|
|
}
|