Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { RichTextCustomElement } from "payload/types";
import Button from "./Button";
import Element from "./Element";
import withLargeBody from "./plugin";
export default {
name: "large-body",
Button,
Element,
plugins: [withLargeBody],
} as RichTextCustomElement;