UNPKG

unlockpage-api-client

Version:

React hooks and TypeScript client for Unlockpage API

9 lines (8 loc) 237 B
/** * unlockpage-api-client * React hooks and TypeScript client for Unlockpage API */ // Export all API hooks and functions export * from './generated/api'; // Export all type definitions and models export * from './generated/model';