Added style class definitions to *Style.d.ts

This commit is contained in:
Mert Sincan 2024-05-08 12:40:44 +01:00
parent 290b8e1335
commit 64dca2bdb9
136 changed files with 7542 additions and 1119 deletions

View file

@ -1,3 +1,14 @@
/**
*
* DynamicDialogs can be created dynamically with any component as the content using a DialogService.
*
* [Live Demo](https://primevue.org/dynamicdialog)
*
* @module dynamicdialogstyle
*
*/
import { BaseStyle } from '../../base/style';
export enum DynamicDialogClasses {}
export interface DynamicDialogStyle extends BaseStyle {}