reactメソッドの書き方


import React from 'react' import {Card, Button} from 'antd' import './index.less' export default class Buttons extends React.Component{ //1つ目の方法はラベルなしでthisを伝える handleCloseLoading = ()=>{ } //2つ目はラベル内伝が必要 handleCloseHide(){ } render(){ return( を選択します。 キャンセル 破線 警告 クリック禁止 アイコン 破線 警告 クリック禁止 ) } }