UNPKG

270 BTypeScriptView Raw
1import * as React from 'react';
2import { IFacepileProps } from './Facepile.types';
3/**
4 * The Facepile shows a list of faces or initials in a horizontal lockup. Each circle represents a person.
5 */
6export declare const Facepile: React.FunctionComponent<IFacepileProps>;