UNPKG

woby

Version:

A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.

3 lines 351 B
import type { DirectiveFunction, Directive, DirectiveOptions, ExtractArray } from '../types'; export declare const createDirective: <T extends keyof JSX.Directives>(name: T, fn: DirectiveFunction<ExtractArray<JSX.Directives[T]>>, options?: DirectiveOptions) => Directive<ExtractArray<JSX.Directives[T]>>; //# sourceMappingURL=create_directive.d.ts.map