UNPKG

@daimo/pay

Version:

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

8 lines (7 loc) 207 B
import React from "react"; type DynamicContainerProps = { id: string; children?: React.ReactNode; }; declare const DynamicContainer: React.FC<DynamicContainerProps>; export default DynamicContainer;