@fluentui/react
Version:
Reusable React components for building web experiences.
12 lines (11 loc) • 416 B
TypeScript
import * as React from 'react';
import type { IDocumentCardLocationProps } from './DocumentCardLocation.types';
import type { JSXElement } from '@fluentui/utilities';
/**
* {@docCategory DocumentCard}
*/
export declare class DocumentCardLocationBase extends React.Component<IDocumentCardLocationProps, any> {
private _classNames;
constructor(props: IDocumentCardLocationProps);
render(): JSXElement;
}