13 lines
219 B
TypeScript
13 lines
219 B
TypeScript
|
|
/**
|
||
|
|
*
|
||
|
|
* [Live Demo](https://primevue.org/)
|
||
|
|
*
|
||
|
|
* @module portalstyle
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||
|
|
|
||
|
|
export enum PortalClasses {}
|
||
|
|
|
||
|
|
export interface PortalStyle extends BaseStyle {}
|