UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

8 lines (7 loc) 305 B
import * as React from 'react'; import type { IPersonaProps } from './Persona.types'; /** * Persona with no default styles. * [Use the `styles` API to add your own styles.](https://github.com/microsoft/fluentui/wiki/Styling) */ export declare const PersonaBase: React.FunctionComponent<IPersonaProps>;