index.d.ts 262 B

1234567
  1. declare namespace _default {
  2. const __depends__: import("didi").ModuleDeclaration[];
  3. const __init__: string[];
  4. const modelingFeedback: (string | typeof ModelingFeedback)[];
  5. }
  6. export default _default;
  7. import ModelingFeedback from './ModelingFeedback';