Skip to content

Commit 6d0b49b

Browse files
committed
feat(*): export everything from core alongside the react stuff
Fixes #41
1 parent 918376e commit 6d0b49b

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

src/index.ts

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,11 @@
99
* @reactapi
1010
* @module react
1111
*/ /** */
12-
export {trace} from "ui-router-core";
13-
export {ReactStateDeclaration} from "./interface";
1412

13+
export * from 'ui-router-core';
14+
export * from './interface';
15+
export * from './reactViews';
1516
export * from './components/components';
1617

17-
export {UIRouterReact} from "./core";
18-
19-
export {
20-
hashLocationPlugin,
21-
pushStateLocationPlugin,
22-
memoryLocationPlugin,
23-
servicesPlugin
24-
} from 'ui-router-core';
18+
export {UIRouterReact} from './core';
19+
export {UIRouter} from './components/components';

0 commit comments

Comments
 (0)