UNPKG

light-skeleton

Version:

Light react Skeleton loader

19 lines (18 loc) 861 B
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const TextSkeletonStyle: import("styled-components").StyledComponent<"div", any, { width?: string | undefined; height?: string | undefined; }, never>; export declare const TitleSkeletonStyle: import("styled-components").StyledComponent<"div", any, { width?: string | undefined; height?: string | undefined; marginBottom?: string | undefined; }, never>; export declare const AvatarSkeletonStyle: import("styled-components").StyledComponent<"div", any, { width?: string | undefined; height?: string | undefined; }, never>; export declare const ThumbnailSkeletonStyle: import("styled-components").StyledComponent<"div", any, { width?: string | undefined; height?: string | undefined; }, never>;