Interface CommandLineProps

interface CommandLineProps {
    text: string;
}

Properties

Properties

text: string

Generated using TypeDoc