export * from './types'; export * from './core'; export * from './directives'; export { default as watch } from './utils/watch'; export { default as computed } from './utils/computed';