UNPKG

@wix/design-system

Version:

@wix/design-system

12 lines 446 B
import React from 'react'; import { SkeletonProps } from './Skeleton.types'; /** * Skeleton is a “placeholder” component. * Used for filling up screen usually for when some async operation is ongoing. */ declare function Skeleton({ dataHook, content, alignment, spacing, className, }: SkeletonProps): React.JSX.Element; declare namespace Skeleton { var displayName: string; } export { Skeleton }; //# sourceMappingURL=Skeleton.d.ts.map