UNPKG

@knyt/luthier

Version:

A library for building standardized, type-safe native web components with full SSR and hydration support.

6 lines 277 B
import type { DeferredContentController } from "./DeferredContentController"; /** * @internal scope: package */ export declare const DeferredContentContext: import("@knyt/tasker").Context<DeferredContentController | null>; //# sourceMappingURL=DeferredContentContext.d.ts.map