UNPKG

svelte-lightbox

Version:

Lightweight lightbox library for Svelte

5 lines (4 loc) 140 B
import type { Writable } from 'svelte/store'; import type { I18n } from './Types'; declare const i18n: Writable<I18n>; export default i18n;