interface TextAreaInputConfig {
    rows: number;
}

Properties

Properties

rows: number