UNPKG

text-editor-drcsystems

Version:
9 lines (8 loc) 261 B
/// <reference types="react" /> import { LexicalEditor } from 'lexical'; interface Props { editor: LexicalEditor; getCodeDOMNode: () => HTMLElement | null; } export declare function CopyButton({ editor, getCodeDOMNode }: Props): JSX.Element; export {};