Refactor #3965 - For OverlayPanel

This commit is contained in:
Bahadır Sofuoğlu 2023-05-29 23:18:28 +03:00
parent ef409b2200
commit 1cc307043c
5 changed files with 155 additions and 123 deletions

View file

@ -126,6 +126,11 @@ export interface OverlayPanelProps {
* @type {OverlayPanelPassThroughOptions}
*/
pt?: OverlayPanelPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**