We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa20d2 commit 08a507dCopy full SHA for 08a507d
typings/atom-ide/index.d.ts
@@ -1,2 +1,9 @@
1
declare module 'atom-ide' {
2
+ // atom-ide-base types for backward compatibility
3
+ export * from "atom-ide-base/types-packages/main"
4
+
5
+ // NotificationButton for backward compatibility (moved to "../../lib/adapters/notifications-adapter")
6
+ export interface NotificationButton {
7
+ text: string
8
+ }
9
}
0 commit comments