UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

7 lines (6 loc) 255 B
/** PURE_IMPORTS_START _WebSocketSubject PURE_IMPORTS_END */ import { WebSocketSubject } from './WebSocketSubject'; export function webSocket(urlConfigOrSource) { return new WebSocketSubject(urlConfigOrSource); } //# sourceMappingURL=webSocket.js.map