(mixin: ComponentOptions)
| 41 | use<Options>(plugin: Plugin<Options>, options: NoInfer<Options>): this |
| 42 | |
| 43 | mixin(mixin: ComponentOptions): this |
| 44 | component(name: string): Component | undefined |
| 45 | component<T extends Component | DefineComponent>( |
| 46 | name: string, |
no outgoing calls
no test coverage detected