2024-05-08 11:40:44 +00:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Row component is a helper component used to create grouping structures in DataTable.
|
|
|
|
*
|
|
|
|
* [Live Demo](https://www.primevue.org/datatable/)
|
|
|
|
*
|
|
|
|
* @module rowstyle
|
|
|
|
*
|
|
|
|
*/
|
2023-10-02 13:15:41 +00:00
|
|
|
import { BaseStyle } from '../../base/style';
|
|
|
|
|
2024-05-08 11:40:44 +00:00
|
|
|
export enum RowClasses {}
|
|
|
|
|
2023-10-02 13:15:41 +00:00
|
|
|
export interface RowStyle extends BaseStyle {}
|