UNPKG

node-emoji-nuxt

Version:

Friendly emoji lookups and parsing utilities for nuxt module. 💖

14 lines (13 loc) • 378 B
import * as emoji from 'node-emoji'; declare module '#app' { interface NuxtApp { $emoji: typeof emoji; } } declare module 'vue' { interface ComponentCustomProperties { $emoji: typeof emoji; } } declare const _default: import("#app").Plugin<Record<string, unknown>> & import("#app").ObjectPlugin<Record<string, unknown>>; export default _default;