UNPKG

@intlify/eslint-plugin-vue-i18n

Version:
8 lines (7 loc) 170 B
import type { MaybeNode } from './eslint'; export interface JSXText extends MaybeNode { type: 'JSXText'; value: string; raw: string; parent: MaybeNode; }