UNPKG

@knyt/luthier

Version:

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

6 lines (5 loc) 141 B
import { createContext } from "@knyt/tasker"; /** * @internal scope: package */ export const DeferredContentContext = createContext(null);