Refactor #3965 - For DynamicDialog

This commit is contained in:
Bahadır Sofuoğlu 2023-05-29 22:00:59 +03:00
parent 3b0c89dffc
commit 2d2e9d9991
2 changed files with 8 additions and 2 deletions

View file

@ -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.