@vime/angular
Version:
Angular bindings for the Vime media player.
9 lines (8 loc) • 410 B
TypeScript
export declare const define: (tagName: string, clazz: any) => void;
export declare const proxyInputs: (Component: any, inputs: string[]) => void;
export declare const proxyMethods: (Component: any, methods: string[]) => void;
export declare const initOutputs: (instance: any, events: string[]) => void;
export declare function ProxyCmp(opts: {
inputs?: any;
methods?: any;
}): (Component: any) => any;