UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

6 lines (5 loc) 597 B
import * as React from 'react'; export declare const PersonaText: <T extends { children?: string | number | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | undefined; className?: string | undefined; }>(props: T) => React.ReactElement<T, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null;