@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
11 lines (10 loc) • 343 B
TypeScript
/**
* Create new Vue instance if it's not already created
* (like when opening modal and moving element around DOM)
* @param element
* @param Vue
* @param componentDefinition
* @param props
* @param options
*/
export default function createVueInstance(element: any, Vue: any, componentDefinition: any, props: any, options: any): void;