UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

6 lines (3 loc) 183 B
import { createContextEx } from '@xylabs/react-shared' import type { ListModeContextState } from './State.ts' export const ListModeContext = createContextEx<ListModeContextState>()