UNPKG

react-code-canvas

Version:

Package to run and preview React code with live editing capabilities in a browser.

7 lines (6 loc) 180 B
import React from "react"; interface ButtonWithMessageProps { initialMessage?: string; } declare const ButtonText: React.FC<ButtonWithMessageProps>; export default ButtonText;