Files
EMS-ESP32/interface/src/utils/props.ts
2022-05-22 13:57:17 +02:00

4 lines
72 B
TypeScript

export interface RequiredChildrenProps {
children: React.ReactNode;
}