astro-ghostcms/.pnpm-store/v3/files/f3/55b158ad8683affaf24489b7245...

8 lines
222 B
Plaintext

export declare const DEFAULT_PREFERENCES: {
devToolbar: {
/** Specifies whether the user has the Dev Overlay enabled */
enabled: boolean;
};
};
export type Preferences = typeof DEFAULT_PREFERENCES;