UNPKG

@tohuhono/puck-rich-text

Version:

A puck component for rich text editing made for OberonCMS

14 lines 468 B
/** * 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 { Dispatch } from "react"; export declare function ToolbarPlugin({ id, showToolbar, setIsLinkEditMode, }: { id: string; showToolbar: boolean; setIsLinkEditMode: Dispatch<boolean>; }): import("react").ReactPortal | null; //# sourceMappingURL=index.d.ts.map