Skip to content

Commit 35d08df

Browse files
committed
fix export
1 parent 625ba27 commit 35d08df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

barracks-react.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/// <reference types="react" />
22

3+
declare namespace bearact {}
4+
35
interface IGenericObj {
46
[key: string]: any
57
}
@@ -13,4 +15,4 @@ interface IBarracksModel {
1315
}
1416

1517
declare function bearact(component: React.Component<any, any>, model: IBarracksModel)
16-
export = bearact
18+
export = bearact;

0 commit comments

Comments
 (0)