import type { ITableRowBaseElementProps } from './abstracts/ITableRowBaseElementProps'; /** * Represents the `ITableHeaderRowElementProps` interface. * * @public */ export interface ITableHeaderRowElementProps extends ITableRowBaseElementProps { } //# sourceMappingURL=ITableHeaderRowElementProps.d.ts.map