@lexical/react
Version:
This package provides Lexical components and hooks for React applications.
19 lines (18 loc) • 728 B
TypeScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import type { DecoratorBlockNode } from '../LexicalDecoratorBlockNode.js';
import type { GeneratedJSONFactory } from 'lexical';
/**
* DecoratorBlockNode's schema-declared fields, for a clone. Generated from that
* schema; do not edit by hand.
*
* @internal
*/
export declare function afterCloneDecoratorBlockNode(node: DecoratorBlockNode, prevNode: DecoratorBlockNode): void;
/** DecoratorBlockNode's generated implementations, for its `$config`. @internal */
export declare const GENERATED_DECORATORBLOCK: GeneratedJSONFactory;