@wix/design-system
Version:
@wix/design-system
8 lines • 349 B
TypeScript
import React from 'react';
import { SkeletonLineProps } from './SkeletonLine.types';
declare const SkeletonLine: {
({ dataHook, className, width, margin, marginLeft, marginRight, marginTop, marginBottom, }: SkeletonLineProps): React.JSX.Element;
displayName: string;
};
export default SkeletonLine;
//# sourceMappingURL=SkeletonLine.d.ts.map