UNPKG

@signalwire/core

Version:
4 lines 262 B
import type { APIMethodsMap } from './interfaces'; import type { ConstructableType } from '../types/utils'; export declare const extendComponent: <T, M>(klass: any, methods: APIMethodsMap<M>) => ConstructableType<T>; //# sourceMappingURL=extendComponent.d.ts.map