3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
|
|
import { type JSX } from 'react';
|
||
|
|
export default function RenderFromTemplateContext(): JSX.Element;
|