zmp-core
Version:
Full featured mobile HTML framework for building iOS & Android apps
16 lines (12 loc) • 347 B
TypeScript
import { Utils } from '../../shared/utils';
import ZMP, { ZMPPlugin } from '../../components/app/app-class';
export namespace Utils {
interface AppMethods {
/** Object with set of helper methods */
utils: Utils;
}
interface AppParams {}
interface AppEvents {}
}
declare const UtilsModule: ZMPPlugin;
export default UtilsModule;