Skip to content

Commit d601786

Browse files
committed
fix(type): fix types issue export
1 parent 6482205 commit d601786

File tree

1 file changed

+2
-2
lines changed
  • packages/reactant-router-dom/src

1 file changed

+2
-2
lines changed

packages/reactant-router-dom/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export {
88
withRouter,
99
} from 'react-router-dom';
1010

11-
export type { BrowserRouter, Link } from 'react-router-dom';
11+
export { BrowserRouter, Link } from 'react-router-dom';
1212

13-
export type {
13+
export {
1414
MemoryRouter,
1515
Switch,
1616
Route,

0 commit comments

Comments
 (0)