UNPKG

vue-highlight.js

Version:

Highlight.js syntax highlighter component for Vue.

10 lines (9 loc) 243 B
import { VNode } from 'vue'; /** * Deeply get concatenated text from slot. * * @export * @param {VNode[]} slot A slot. (The collection of VNode) * @returns {string} */ export default function getSlotText(slot: VNode[]): string;