UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

10 lines (9 loc) 301 B
import * as React from 'react'; import './Facepile.Examples.scss'; export interface IFacepileOverflowExampleState { displayedPersonas: any; } export declare class FacepileOverflowExample extends React.Component<any, IFacepileOverflowExampleState> { constructor(); render(): JSX.Element; }