props.js 211 B

1234567891011121314
  1. const props = {
  2. customStyle: {
  3. type: String,
  4. value: '',
  5. },
  6. format: {
  7. type: null,
  8. },
  9. options: {
  10. type: Array,
  11. value: [],
  12. },
  13. };
  14. export default props;