UNPKG

solive-core

Version:

Solidity Monaco Editor Core Library

7 lines 185 B
/// <reference types="react" /> type TProps = { text: string; }; declare const Copy: ({ text }: TProps) => JSX.Element; export default Copy; //# sourceMappingURL=Copy.d.ts.map