UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

7 lines (6 loc) 228 B
/** * Get (up to 2 characters) initials based on display name of the persona. * * @public */ export declare function getInitials(displayName: string | undefined | null, isRtl: boolean, allowPhoneInitials?: boolean): string;