interface MainViewProps {
    initialUsername?: string;
}

Properties

Properties

initialUsername?: string