props.js 121 B

123456
  1. export var EmptyDefaultProps = {};
  2. export var EmptyFunctionalProps = {
  3. title: '',
  4. message: '',
  5. image: '',
  6. };