You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
289 B

1 year ago
  1. import { VantComponent } from '../common/component';
  2. VantComponent({
  3. props: {
  4. dashed: Boolean,
  5. hairline: Boolean,
  6. contentPosition: String,
  7. fontSize: String,
  8. borderColor: String,
  9. textColor: String,
  10. customStyle: String,
  11. },
  12. });