Skip to content

Commit

Permalink
fix(types): export missing types from runtime-core (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
posva authored Mar 27, 2020
1 parent c01930e commit 412ec86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ls-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ls:
packages/**/{src,__tests__}:
packages/*/{src,__tests__}:
.js: kebab-case
.ts: camelCase | PascalCase
.d.ts: camelCase
Expand Down
2 changes: 2 additions & 0 deletions packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ export {
export { ComponentPublicInstance } from './componentProxy'
export {
Renderer,
RendererNode,
RendererElement,
HydrationRenderer,
RendererOptions,
RootRenderFunction
Expand Down

0 comments on commit 412ec86

Please sign in to comment.