Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Add Flow typings for fluent/compat
Browse files Browse the repository at this point in the history
Also move fluent-react typings out of their own directory.
  • Loading branch information
stasm committed Aug 28, 2018
1 parent b0eac99 commit 7c2e71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

declare module 'fluent-react/compat' {
declare function Localized(): Object;
}
3 changes: 3 additions & 0 deletions flow-typed/fluent.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module 'fluent/compat' {
declare module.exports: any;
}

0 comments on commit 7c2e71a

Please sign in to comment.