UNPKG

usepages-blocks

Version:
14 lines (10 loc) 234 B
import { PropTypes } from 'react' const List = () => null List.propTypes = { from: PropTypes.string, of: PropTypes.object, item: PropTypes.string, style: PropTypes.object, variable: PropTypes.string } export default List