8 lines
325 B
TypeScript
8 lines
325 B
TypeScript
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>;
|