createCopyButton
constcreateCopyButton: () =>HTMLDivElement
Defined in: extensions/copyButton/index.ts:11
Creates a static copy button that can be added to the overlays of an editor or code
block. The firstChild of the element returned is the button itself.
Returns
Section titled “Returns”HTMLDivElement