Interface DashTableRow

interface DashTableRow {
    className?: string;
    data: DashTableColData[];
}

Properties

Properties

className?: string

Generated using TypeDoc