2024-05-08 11:40:44 +00:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* DynamicDialogs can be created dynamically with any component as the content using a DialogService.
|
|
|
|
*
|
|
|
|
* [Live Demo](https://primevue.org/dynamicdialog)
|
|
|
|
*
|
|
|
|
* @module dynamicdialogstyle
|
|
|
|
*
|
|
|
|
*/
|
2023-10-02 13:15:41 +00:00
|
|
|
import { BaseStyle } from '../../base/style';
|
|
|
|
|
2024-05-08 11:40:44 +00:00
|
|
|
export enum DynamicDialogClasses {}
|
|
|
|
|
2023-10-02 13:15:41 +00:00
|
|
|
export interface DynamicDialogStyle extends BaseStyle {}
|