DefinitelyTyped/types/react-adaptive-hooks/index.d.ts
2020-03-31 15:57:31 -07:00

12 lines
452 B
TypeScript

// Type definitions for react-adaptive-hooks 0.0
// Project: https://github.com/GoogleChromeLabs/react-adaptive-hooks#readme
// Definitions by: Michael Stramel <https://github.com/stramel>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.5
export * from './hardware-concurrency';
export * from './media-capabilities';
export * from './memory';
export * from './network';
export * from './save-data';