import type { IDisableableProps } from '../../../../Behaviors/Disableable'; /** * Represents the `ITableRowBaseElementProps` interface. * Base properties shared by all table row variants (header, body, footer). * * @public */ export interface ITableRowBaseElementProps extends IDisableableProps { } //# sourceMappingURL=ITableRowBaseElementProps.d.ts.map