UNPKG

eslint-plugin-vue-scoped-css

Version:
4 lines (3 loc) 209 B
import { Interpolation } from "../interpolation"; export declare function processText(text: string): (Interpolation | string)[]; export declare function processValue(text: string): (Interpolation | string)[];