framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
19 lines (14 loc) • 372 B
TypeScript
import { Utils } from '../../utils/utils';
import Framework7, { Framework7Plugin } 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: Framework7Plugin
export default UtilsModule;