feat: custom formatters

This commit is contained in:
Evan You
2020-10-13 11:50:09 -04:00
parent ffdb05e1f1
commit 6ba7ba47d5
5 changed files with 208 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ export {
setTransitionHooks,
getTransitionRawChildren
} from './components/BaseTransition'
export { initCustomFormatter } from './customFormatter'
// For devtools
export { devtools, setDevtoolsHook } from './devtools'