import type { IDisableableProps } from '../../../Behaviors/Disableable'; import type { ISelectableProps } from '../../../Behaviors/Selectable'; /** * Represents the `ITableRowElementProps` interface. * * @public */ export interface ITableRowElementProps extends ISelectableProps, IDisableableProps { } //# sourceMappingURL=ITableRowElementProps.d.ts.map