UNPKG

@explita/editor

Version:

`@explita/editor` is a versatile, modern rich-text editor built on TipTap for seamless integration into React applications. It provides extensive customization options and advanced features to cater to diverse content creation needs.

7 lines (6 loc) 199 B
type Props = { opened: boolean; setOpened: (value: boolean) => void; }; export declare function PagePadding({ opened, setOpened }: Props): import("react/jsx-runtime").JSX.Element; export {};