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