From 13075d0bd72f67a849533a56b73d7e99c61b71e6 Mon Sep 17 00:00:00 2001 From: gitstart Date: Wed, 6 Sep 2023 16:08:01 +0000 Subject: [PATCH] update proptypes Co-authored-by: seunexplicit <48022904+seunexplicit@users.noreply.github.com> --- packages/mui-material/src/Skeleton/Skeleton.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mui-material/src/Skeleton/Skeleton.d.ts b/packages/mui-material/src/Skeleton/Skeleton.d.ts index 7e9881ef0a9f93..090feef3106453 100644 --- a/packages/mui-material/src/Skeleton/Skeleton.d.ts +++ b/packages/mui-material/src/Skeleton/Skeleton.d.ts @@ -49,6 +49,7 @@ export interface SkeletonOwnProps { /** * The type of content that will be rendered. * @default 'text' + * @deprecated Use `shape` prop to set the shape of the skeleton and `size` prop to set the scale adaptation. */ variant?: OverridableStringUnion< 'text' | 'rectangular' | 'rounded' | 'circular',