UNPKG

solive-core

Version:

Solidity Monaco Editor Core Library

7 lines 202 B
/// <reference types="react" /> type TProps = { onDeleteClick?: () => void; }; declare function Console(props: TProps): JSX.Element; export default Console; //# sourceMappingURL=index.d.ts.map