UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

12 lines (9 loc) 365 B
// This module provides an 'extension' to the `@ember/owner` module from the // `@ember/controller` module. Our type publishing infrastructure will pass it // through unchanged, so end users will get this extension. import type { Registry } from '@ember/controller'; declare module '@ember/owner' { export interface DIRegistry { controller: Registry; } }