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) 212 B
import type React from "react"; type DynamicContainerProps = { id: string; children?: React.ReactNode; }; declare const DynamicContainer: React.FC<DynamicContainerProps>; export default DynamicContainer;