UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

4 lines (3 loc) 167 B
/// <reference types="react" /> import { IPaginationProps } from './Pagination.types'; export declare const Pagination: React.StatelessComponent<IPaginationProps>;