MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / Preferences

Interface Preferences

app/components/PreferencesProvider.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {createContext, Dispatch, ReactNode, SetStateAction, useContext, useEffect, useState} from 'react';
2
3interface Preferences {
4 indent: number;
5}
6
7const PreferencesDefaults: Preferences = {
8 indent: 2,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected