Sanity Library Reference Docs
    Preparing search index...

    Variable AvatarSkeletonConst Beta

    AvatarSkeleton: IStyledComponentBase<
        "web",
        Merged<
            Omit<
                SkeletonProps & Omit<HTMLProps<HTMLDivElement>, "height">,
                "style",
            > & {},
            AvatarSkeletonProps,
        >,
    > & string & Omit<
        (
            props: SkeletonProps & Omit<HTMLProps<HTMLDivElement>, "height">,
        ) => Element,
        keyof Component<any, {}, any>,
    > = ...

    A loading skeleton element representing a user avatar