UNPKG

@svgmoji/core

Version:

Utilities forked from emojibase for working with svgmoji

4 lines (3 loc) 277 B
import type { Locale, ShortcodePreset, ShortcodesDataset } from 'emojibase'; import { FetchFromCDNOptions } from './fetch-from-cdn'; export declare function fetchShortcodes(locale: Locale, preset: ShortcodePreset, options?: FetchFromCDNOptions): Promise<ShortcodesDataset>;