mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 10:21:15 +01:00
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
import { atomWithKVStorage } from '../lib/atoms/atomWithKVStorage';
|
|
|
|
export const showGraphQLDocExplorerAtom = atomWithKVStorage<boolean>('show_graphql_docs', false);
|