interface IRowProperties {
    expanded?: boolean;
}

Hierarchy

  • HTMLAttributes<HTMLDivElement>
    • IRowProperties

Properties

Properties

expanded?: boolean