mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
14 lines
301 B
TypeScript
14 lines
301 B
TypeScript
/**
|
|
*
|
|
* Row component is a helper component used to create grouping structures in DataTable.
|
|
*
|
|
* [Live Demo](https://www.primevue.org/datatable/)
|
|
*
|
|
* @module rowstyle
|
|
*
|
|
*/
|
|
import { BaseStyle } from '../../base/style';
|
|
|
|
export enum RowClasses {}
|
|
|
|
export interface RowStyle extends BaseStyle {}
|