Created
July 11, 2019 15:33
-
-
Save xudaolong/9a859594828e8245956ac36919e44df3 to your computer and use it in GitHub Desktop.
|-|&tag=JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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