UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines 391 B
import React from 'react'; import { SocialPostPreviewProps } from './SocialPostPreview.types'; /** SocialPostPreview */ declare const SocialPostPreview: { ({ skin, className, dataHook, caption, media, profileName, profileImageSrc, }: SocialPostPreviewProps): React.JSX.Element; displayName: string; }; export default SocialPostPreview; //# sourceMappingURL=SocialPostPreview.d.ts.map