props.js 209 B

1234567891011121314
  1. const props = {
  2. buttonProps: {
  3. type: Object,
  4. },
  5. icon: {
  6. type: String,
  7. value: '',
  8. },
  9. text: {
  10. type: String,
  11. value: '',
  12. },
  13. };
  14. export default props;