export default class dragAxisY extends React.Component<{}, State> {
  constructor(props) {
    super(props);
    this.state = {
      width: 100,