UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

5 lines (3 loc) 183 B
import { createContextEx } from '../contextEx/index.ts' import type { ListModeContextState } from './State.ts' export const ListModeContext = createContextEx<ListModeContextState>()