UNPKG

woby

Version:

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

5 lines 175 B
import { SYMBOL_JSX } from '../constants'; export declare const isJsxProp: <T>(props: T) => props is T & { [SYMBOL_JSX]: true; }; //# sourceMappingURL=is_jsx_prop.d.ts.map