UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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