UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

3 lines (2 loc) 194 B
export declare function findIndex(array: any[], cb: (item: any, index?: number) => boolean): number; export declare function createArray(size: number, getItem?: (index?: number) => any): any[];