@0xsequence/anypay-sdk
Version:
SDK for Anypay functionality
8 lines • 315 B
TypeScript
import type React from "react";
interface DebugScreensDropdownProps {
onScreenSelect: (screen: string) => void;
theme?: "light" | "dark";
}
export declare const DebugScreensDropdown: React.FC<DebugScreensDropdownProps>;
export default DebugScreensDropdown;
//# sourceMappingURL=DebugScreensDropdown.d.ts.map