Home
last modified time | relevance | path

Searched refs:getPluginModule (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/runtime/main/page/
Dregister.ts29 import { getPluginModule } from '../extend/mediaquery/plugins';
122 const module: object = getPluginModule(target, moduleName);
/third_party/jsframework/runtime/main/extend/mediaquery/
Dplugins.ts24 export function getPluginModule(module: any, pkgName: string): any { function