UNPKG

next-gen-ui

Version:

Next Gen Ui is a home for front-end & UI/Ux developers. We provide all the necessary components required to build a scalable front-end application which suits the user experience in a unique way.

8 lines 268 B
interface StyledSkeletonProps { width: number; height: number; borderRadius: string; } export declare const StyledSkeleton: import("styled-components").StyledComponent<"div", any, StyledSkeletonProps, never>; export {}; //# sourceMappingURL=styled.d.ts.map