/** * Created by MeePwn * https://github.com/maybewaityou * * description: * */ import React from 'react'; import { IButtonProps } from './PropTypes'; import styles from './style/index'; export default (props: Readonly) => ( );