@benev/slate
Version:
frontend web stuff
6 lines (5 loc) • 373 B
TypeScript
import { DirectiveResult } from "lit/async-directive.js";
import { Context } from "../context.js";
import { Shell } from "../parts/shell.js";
import { LightViewRenderer } from "../parts/types.js";
export declare const prepare_light_view: <C extends Context>(shell: Shell<C>) => <P extends any[]>(renderer: LightViewRenderer<C, P>) => (...props: P) => DirectiveResult<any>;