UNPKG

symref

Version:

Static code checker for AI code agents (Windsurf, Cline, etc.)

8 lines 411 B
import { ReactNode } from 'react'; declare const SelfClosingTest: () => import("react/jsx-runtime").JSX.Element; declare function OpenCloseTagTest({ children }: { children?: ReactNode; }): import("react/jsx-runtime").JSX.Element; declare const NestedTest: () => import("react/jsx-runtime").JSX.Element; export { SelfClosingTest, OpenCloseTagTest, NestedTest }; //# sourceMappingURL=JSXPatterns.test.d.ts.map