interface UnderConstructionProps {
    message?: string;
}

Properties

Properties

message?: string

표시할 메시지

Generated using TypeDoc