Skip to content

Instantly share code, notes, and snippets.

@xudaolong
Created July 11, 2019 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xudaolong/9a859594828e8245956ac36919e44df3 to your computer and use it in GitHub Desktop.
Save xudaolong/9a859594828e8245956ac36919e44df3 to your computer and use it in GitHub Desktop.
|-|&tag=JS
import React from 'react'
import PropTypes from 'prop-types'
class %filltext&name=className% extends React.Component {
render () {
return <div />
}
}
%filltext&name=className%.propTypes = {}
export default %filltext&name=className%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment