UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 295 B
import React from 'react'; import Button from 'antd/lib/button'; import { withI18 } from '../../hoc/withI18'; var SaveButton = function (_a) { var text = _a.text; return (React.createElement(Button, { type: "primary", htmlType: "submit" }, text)); }; export default withI18(SaveButton);