Browse Source
fix(types): export missing types from runtime-core (#889)
pull/893/head
Eduardo San Martin Morote
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
.ls-lint.yml
-
packages/runtime-core/src/index.ts
|
|
@ -1,5 +1,5 @@ |
|
|
|
ls: |
|
|
|
packages/**/{src,__tests__}: |
|
|
|
packages/*/{src,__tests__}: |
|
|
|
.js: kebab-case |
|
|
|
.ts: camelCase | PascalCase |
|
|
|
.d.ts: camelCase |
|
|
|
|
|
@ -189,6 +189,8 @@ export { |
|
|
|
export { ComponentPublicInstance } from './componentProxy' |
|
|
|
export { |
|
|
|
Renderer, |
|
|
|
RendererNode, |
|
|
|
RendererElement, |
|
|
|
HydrationRenderer, |
|
|
|
RendererOptions, |
|
|
|
RootRenderFunction |
|
|
|