Refactor #3965 - For Skeleton

This commit is contained in:
Bahadır Sofuoğlu 2023-05-24 13:36:51 +03:00
parent a686bd42e7
commit 0a105eb0f2
3 changed files with 102 additions and 74 deletions

View file

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