@nicorp/nui 0.11.3 → 0.11.4
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/dist/index.cjs.js +51 -12
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +30054 -8326
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1416,6 +1416,7 @@ export declare interface NUILocale {
|
|
|
1416
1416
|
videoPlayer_chapter: string;
|
|
1417
1417
|
videoPlayer_skipForward: string;
|
|
1418
1418
|
videoPlayer_skipBackward: string;
|
|
1419
|
+
videoPlayer_live: string;
|
|
1419
1420
|
videoRecorder_startCamera: string;
|
|
1420
1421
|
videoRecorder_shareScreen: string;
|
|
1421
1422
|
videoRecorder_startRecording: string;
|
|
@@ -1936,6 +1937,7 @@ export { useTranslate }
|
|
|
1936
1937
|
export declare interface VideoChapter {
|
|
1937
1938
|
time: number;
|
|
1938
1939
|
title: string;
|
|
1940
|
+
thumbnail?: string;
|
|
1939
1941
|
}
|
|
1940
1942
|
|
|
1941
1943
|
export declare const VideoGallery: React_2.ForwardRefExoticComponent<VideoGalleryProps & React_2.RefAttributes<HTMLDivElement>>;
|