UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

11 lines (10 loc) 345 B
/// <reference types="react" /> import * as React from 'react'; export interface IPaginationBasicExampleState { selectedPageIndex: number; } export declare class PaginationComboBoxExample extends React.Component<{}, IPaginationBasicExampleState> { constructor(props: {}); render(): JSX.Element; private onPageChange; }