UNPKG

persist-ui

Version:

Universal input persistence for Vanilla, React, Vue, Astro, Next.js etc. with secure AES encryption.

4 lines (3 loc) 154 B
export { persistUI } from './core'; export { usePersistUI as useReactPersistUI } from './react'; export { usePersistUI as useVuePersistUI } from './vue';