UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

9 lines (8 loc) 286 B
import * as React from 'react'; import { IPlainCardProps } from './PlainCard.types'; export declare class PlainCardBase extends React.Component<IPlainCardProps, {}> { private _classNames; constructor(props: IPlainCardProps); render(): JSX.Element; private _onKeyDown; }