UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

5 lines 249 B
import { Code } from "@/types"; export declare function saveCodeToStorage(code: Code): void; export declare function loadCodeFromStorage(): Code | null; export declare function clearStoredCode(): void; //# sourceMappingURL=persistence-utils.d.ts.map