UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

13 lines (12 loc) 422 B
import * as React from 'react'; import type { IDocumentCardPreviewProps } from './DocumentCardPreview.types'; /** * {@docCategory DocumentCard} */ export declare class DocumentCardPreviewBase extends React.Component<IDocumentCardPreviewProps, any> { private _classNames; constructor(props: IDocumentCardPreviewProps); render(): JSX.Element; private _renderPreviewImage; private _renderPreviewList; }