mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3965 - For DynamicDialog
This commit is contained in:
parent
3b0c89dffc
commit
2d2e9d9991
2 changed files with 8 additions and 2 deletions
|
@ -12,7 +12,13 @@ import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|||
/**
|
||||
* Defines valid properties in DynamicDialog component.
|
||||
*/
|
||||
export interface DynamicDialogProps {}
|
||||
export interface DynamicDialogProps {
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines valid emits in DynamicDialog component.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue