feat(runtime-dom): useCssVars

This commit is contained in:
Evan You
2020-07-09 16:25:29 -04:00
parent 18c537d3c2
commit 9f706a9f5e
4 changed files with 47 additions and 5 deletions

View File

@@ -113,6 +113,10 @@ function normalizeContainer(container: Element | string): Element | null {
return container
}
// SFC CSS utilities
export { useCSSModule } from './helpers/useCssModule'
export { useCSSVars } from './helpers/useCssVars'
// DOM-only components
export { Transition, TransitionProps } from './components/Transition'
export {