UNPKG

@ozen-ui/kit

Version:

React component library

7 lines (6 loc) 268 B
import type { OzenSSRConfig } from './entities'; export type OzenSSRContextValue = { config: OzenSSRConfig; }; export declare const OzenSSRContextDefaultValue: OzenSSRContextValue; export declare const OzenSSRContext: import("react").Context<OzenSSRContextValue>;