UNPKG

@ninetailed/experience.js-react

Version:
8 lines (7 loc) 262 B
import { PropsWithChildren } from 'react'; type MergeTagProps = { id: string; fallback?: string; }; export declare const MergeTag: ({ id, fallback, }: PropsWithChildren<MergeTagProps>) => import("react/jsx-runtime").JSX.Element | null; export {};