UNPKG

@wix/design-system

Version:

@wix/design-system

28 lines 803 B
export default SocialPreview; /** * A displayer for a social post */ declare class SocialPreview extends React.Component<any, any, any> { static displayName: string; static contextType: React.Context<{ newBrandingClass?: string; mobile?: boolean; contextClassName?: string; }>; static defaultProps: { skin: string; size: string; }; constructor(props: any); constructor(props: any, context: any); _isTwitter(): boolean; _isTwitterSmall(): boolean; _renderTitle(): React.JSX.Element; _renderDescription(): React.JSX.Element; _renderUrlText(): React.JSX.Element; _renderUrl(): any; _renderMedia(): any; render(): React.JSX.Element; } import React from 'react'; //# sourceMappingURL=SocialPreview.d.ts.map