mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
12 lines
226 B
TypeScript
12 lines
226 B
TypeScript
/**
|
|
*
|
|
* [Live Demo](https://primevue.org/)
|
|
*
|
|
* @module basecomponentstyle
|
|
*
|
|
*/
|
|
import { BaseStyle } from '../../base/style';
|
|
|
|
export enum BaseComponentClasses {}
|
|
|
|
export interface BaseComponentStyle extends BaseStyle {}
|