@waveform-playlist/ui-components 9.1.0 → 9.1.1
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -375,10 +375,10 @@ declare const PlayheadWithMarker: react__default.FC<PlayheadProps>;
|
|
|
375
375
|
|
|
376
376
|
interface PlaylistProps {
|
|
377
377
|
readonly theme: DefaultTheme;
|
|
378
|
-
readonly children?:
|
|
378
|
+
readonly children?: react__default.ReactNode;
|
|
379
379
|
readonly backgroundColor?: string;
|
|
380
380
|
readonly timescaleBackgroundColor?: string;
|
|
381
|
-
readonly timescale?:
|
|
381
|
+
readonly timescale?: react__default.ReactElement;
|
|
382
382
|
readonly timescaleWidth?: number;
|
|
383
383
|
readonly tracksWidth?: number;
|
|
384
384
|
readonly controlsWidth?: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -375,10 +375,10 @@ declare const PlayheadWithMarker: react__default.FC<PlayheadProps>;
|
|
|
375
375
|
|
|
376
376
|
interface PlaylistProps {
|
|
377
377
|
readonly theme: DefaultTheme;
|
|
378
|
-
readonly children?:
|
|
378
|
+
readonly children?: react__default.ReactNode;
|
|
379
379
|
readonly backgroundColor?: string;
|
|
380
380
|
readonly timescaleBackgroundColor?: string;
|
|
381
|
-
readonly timescale?:
|
|
381
|
+
readonly timescale?: react__default.ReactElement;
|
|
382
382
|
readonly timescaleWidth?: number;
|
|
383
383
|
readonly tracksWidth?: number;
|
|
384
384
|
readonly controlsWidth?: number;
|