UNPKG

@jill64/svelte-dark-theme

Version:
16 lines (15 loc) 336 B
export declare const bakery: (key?: string) => { bake: (cookies: import("@sveltejs/kit").Cookies) => { bakedCookies: { [x: string]: any; }; pie: { [x: string]: string; }; }; rebake: (pie?: { [x: string]: string; }) => { [x: string]: any; }; };