UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

8 lines 334 B
import type { PropsWithChildren } from 'react'; import React from 'react'; import type { ListMode } from '../../models/index.ts'; export interface ListModeProviderProps { defaultListMode?: ListMode; } export declare const ListModeProvider: React.FC<PropsWithChildren<ListModeProviderProps>>; //# sourceMappingURL=Provider.d.ts.map