UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

11 lines (10 loc) 352 B
import * as React from 'react'; import { IDocumentCardActionsProps } from './DocumentCardActions.types'; /** * {@docCategory DocumentCard} */ export declare class DocumentCardActionsBase extends React.Component<IDocumentCardActionsProps, any> { private _classNames; constructor(props: IDocumentCardActionsProps); render(): JSX.Element; }