types: improve type exports

This commit is contained in:
Evan You
2019-09-06 12:58:31 -04:00
parent d87bed0138
commit 360f3b4f37
25 changed files with 253 additions and 204 deletions

View File

@@ -8,7 +8,12 @@ export {
markReadonly,
markNonReactive
} from './reactive'
export { computed, ComputedRef, WritableComputedOptions } from './computed'
export {
computed,
ComputedRef,
WritableComputedRef,
WritableComputedOptions
} from './computed'
export {
effect,
stop,