Refactor #3965 - For Inplace

This commit is contained in:
Bahadır Sofuoğlu 2023-05-24 12:52:20 +03:00
parent 6cce144ab9
commit 033c7304f3
3 changed files with 86 additions and 58 deletions

View file

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