@gsretail.com/gui-core
Version:
A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook
2 lines (1 loc) • 460 B
JavaScript
import{__rest as t,__assign as r}from"tslib";import o from"react";import{Download as e}from"@gsretail.com/gui-icons";import{GuiButton as a}from"../../../Button/GuiButton.js";import"@mui/material/styles";import i from"../../../../assets/theme/basicStyle.js";var m=function(m){var l=m.label,s=t(m,["label"]);return o.createElement(a,r({startIcon:o.createElement(e,{color:i.color.secondary}),variant:"outlined"},s),l||"파일다운로드")};export{m as default};