UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

8 lines (7 loc) 321 B
export function capitalizeFirstLetter(str: string): string; export function contains(obj: Object, pred: Object): boolean; export function findIndex(arr: any[], pred: any): number; export function find<T>(arr: T[], pred: any): T; export function createChainedFunction( ...funcs: Function[] ): (...args: any[]) => never;