Refactor #3965 - update d.ts files

This commit is contained in:
mertsincan 2023-05-16 11:43:21 +01:00
parent 987bf9cc3d
commit fb77964d99
3 changed files with 11 additions and 0 deletions

View file

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