UNPKG

sp-app-react

Version:

React based Controls and Utilities for building applications in SharePoint

7 lines (6 loc) 188 B
/// <reference types="react" /> interface SPDisplayPersonProps { userId?: number; } export declare function SPDisplayPerson(props: SPDisplayPersonProps): JSX.Element; export {};