props.js 109 B

1234567
  1. const props = {
  2. direction: {
  3. type: String,
  4. value: 'all',
  5. },
  6. };
  7. export default props;