Skip to content

Commit 08a507d

Browse files
committed
chore: reexport atom-ide-base types as atom-ide
1 parent ffa20d2 commit 08a507d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

typings/atom-ide/index.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
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+
}
29
}

0 commit comments

Comments
 (0)