mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-18 16:53:56 +00:00
4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
import { PersistedState } from 'runed';
|
|
|
|
export const theme = new PersistedState<'light' | 'dark'>('theme', 'light');
|