UNPKG

@modern-js/runtime-utils

Version:

A Progressive React Framework for modern web development.

8 lines (7 loc) 254 B
export declare class LoaderContext<T = unknown> { symbol: symbol; private defaultValue?; constructor(defaultValue?: T); getDefaultValue(): T; } export declare function createLoaderContext<T = unknown>(defaultValue?: T): LoaderContext<T>;