UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

11 lines (10 loc) 212 B
interface IOptions { apiKey: string; language?: string; region?: string; libraries?: string[]; } declare const _default: (props: IOptions) => { mapLoader: boolean; }; export default _default;