Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import React from 'react'
  2. import PropTypes from 'prop-types'
  3.  
  4. class %filltext&name=className% extends React.Component {
  5. render () {
  6. return <div />
  7. }
  8. }
  9.  
  10. %filltext&name=className%.propTypes = {}
  11.  
  12. export default %filltext&name=className%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement