@zergo0/react-filerobot-image-editor
Version:
React component version of filerobot image editor (FIE).
1 lines • 292 B
JavaScript
import React from"react";import{StyledSeparator}from"./Separator.styled";import{jsx as _jsx}from"react/jsx-runtime";var Separator=function(a){var b=a.height,c=a.width;return _jsx(StyledSeparator,{height:b,width:c})};Separator.defaultProps={height:"24px",width:"1px"};export default Separator;