import * as React from 'react'; import { Stack, Text } from '@fluentui/react'; import { PersonaTestImages } from '@fluentui/react-experiments/lib/common/TestImages'; import { Persona } from '@fluentui/react-experiments'; const tokens = { sectionStack: { childrenGap: 32, }, headingStack: { childrenGap: 16, }, personaCoinStack: { childrenGap: 12, }, }; export class PersonaExample extends React.Component<{}, {}> { public render(): JSX.Element { return ( Basic Usage When passing coinProps ); } }