UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

10 lines (9 loc) 236 B
import { IPersonaProps, IPersonasProps } from "./types"; /** * Persona */ export declare const Persona: (props: IPersonaProps) => HTMLElement; /** * Personas */ export declare const Personas: (props: IPersonasProps) => HTMLElement;