UNPKG

@macfja/svelte-persistent-runes

Version:

A Svelte reactive rune that keep its value through pages and reloads

8 lines (5 loc) 234 B
import { PreprocessorGroup } from 'svelte/compiler'; import { Plugin } from 'vite'; declare function persistPlugin(): Plugin; declare function persistPreprocessor(): PreprocessorGroup; export { persistPlugin, persistPreprocessor };