运维小程序
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.

12345678
  1. import { SuperComponent } from '../common/src/index';
  2. export default class Transition extends SuperComponent {
  3. externalClasses: string[];
  4. behaviors: string[];
  5. data: {
  6. classPrefix: string;
  7. };
  8. }