UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

React spreadsheet import for xlsx and csv files with column matching and validation steps

11 lines (6 loc) 440 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); var react = require('@chakra-ui/react'); const ContinueButton = ({ onContinue, title, isLoading }) => (jsxRuntime.jsx(react.ModalFooter, { children: jsxRuntime.jsx(react.Button, { size: "lg", w: "21rem", onClick: onContinue, isLoading: isLoading, children: title }) })); exports.ContinueButton = ContinueButton;