UNPKG

solive-core

Version:

Solidity Monaco Editor Core Library

11 lines 307 B
import React from "react"; type TProps = { children: React.ReactNode; type?: "primary" | "default"; onClick?: () => void; className?: string; loading?: boolean; }; declare const Button: (props: TProps) => JSX.Element; export default Button; //# sourceMappingURL=Button.d.ts.map