framework/js/dist-typings/common/app.d.ts

7 lines
176 B
TypeScript
Raw Normal View History

import type Application from './Application';
declare const _default: Application;
/**
* The instance of Application within the common namespace.
*/
export default _default;