interface SimulatorProps {
    children?: ReactNode;
}

Properties

Properties

children?: ReactNode