Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Sep 29, 2023
1 parent 9184dbf commit ac4770a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import DialogManager from './addon/services/dialog-manager';
import Notifications from './addon/services/notifications';
import Ember from 'ember';

declare module '@ember/service' {
export interface Registry {
Expand All @@ -10,7 +9,3 @@ declare module '@ember/service' {
'carbon.notifications': Notifications;
}
}

declare global {
interface Array<T> extends Ember.ArrayPrototypeExtensions<T> {}
}

0 comments on commit ac4770a

Please sign in to comment.