index.d.ts 241 B

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