UNPKG

react-filerobot-video-editor

Version:

React component version of filerobot video editor (FVE).

1 lines 514 B
import _extends from"@babel/runtime/helpers/extends";import _objectWithoutProperties from"@babel/runtime/helpers/objectWithoutProperties";var _excluded=["onChange"];import React from"react";import{StyledSlider}from"./Slider.styled";var Slider=function(a){var b=a.onChange,c=_objectWithoutProperties(a,_excluded);return React.createElement(StyledSlider,_extends({"data-testid":"FIE-slider",annotation:"",onChange:function(a,c){return b?b(c):void 0},hideAnnotation:!0,labelTooltip:"auto"},c))};export default Slider;