watercolor-ui
Version:
A modern minimalist cross-framework component library
12 lines • 449 B
TypeScript
export default Skeleton;
declare function Skeleton({ animation, component: Component, height, width, variant, style, className, ...rest }: {
[x: string]: any;
animation?: string | undefined;
component?: string | undefined;
height: any;
width: any;
variant?: string | undefined;
style?: {} | undefined;
className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Skeleton.d.ts.map