UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

8 lines (7 loc) 265 B
import type React from "react"; type DynamicContainerProps = { id: string; children?: React.ReactNode; }; declare const DynamicContainer: ({ id, children }: DynamicContainerProps) => import("react/jsx-runtime").JSX.Element; export default DynamicContainer;