@waveform-playlist/browser 9.3.0 → 9.3.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.ts CHANGED
@@ -274,6 +274,14 @@ export declare const AutomaticScrollCheckbox: default_2.FC<{
274
274
  */
275
275
  declare type Bits = 8 | 16;
276
276
 
277
+ export declare const ClearAllButton: default_2.FC<ClearAllButtonProps>;
278
+
279
+ export declare interface ClearAllButtonProps {
280
+ onClearAll: () => void;
281
+ label?: string;
282
+ className?: string;
283
+ }
284
+
277
285
  /**
278
286
  * Modifier that constrains clip drag movement to prevent overlaps.
279
287
  *