UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

10 lines (9 loc) 423 B
import { Provider, UserAgent } from "@aws-sdk/types"; import { DefaultUserAgentOptions } from "./configurations"; /** * @internal * * Default provider to the user agent in ReactNative. It's a best effort to infer * the device information. It uses bowser library to detect the browser and virsion */ export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider<UserAgent>;