@icos-desktop/react-components 0.1.12 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.d.ts +1 -0
- package/build/index.esm.js +4 -4
- package/build/index.js +4 -4
- package/build/index.umd.js +4 -4
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
@@ -154,6 +154,7 @@ declare const VideoPlayer: React.FC<VideoPlayerProps>;
|
|
154
154
|
|
155
155
|
interface Config {
|
156
156
|
getAccessToken?: () => string | Promise<string> | void;
|
157
|
+
getClientId?: () => string | Promise<string> | void;
|
157
158
|
}
|
158
159
|
declare const configFn: (config: Config) => void;
|
159
160
|
|