Refactor #3965 - For BlockUI

This commit is contained in:
Bahadır Sofuoğlu 2023-05-24 17:56:02 +03:00
parent c8a856dc9e
commit fee8498a7e
3 changed files with 80 additions and 47 deletions

View file

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