mirror of https://github.com/vuejs/core.git
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
|
import { NodeTransform } from '@vue/compiler-dom'
|
||
|
|
||
|
export const ssrTransformIf: NodeTransform = () => {}
|