UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 131 B
import { Fabric, IPivotProps } from "./types"; /** * Pivot */ export declare const Pivot: (props: IPivotProps) => Fabric.IPivot;