UNPKG

@satek-vn/react-editor

Version:

A lightweight and customizable rich text editor built with React and TipTap, designed for modern web applications.

6 lines 193 B
type Level = 1 | 2 | 3 | 4 | 5 | 6; export declare const Heading: ({ level }: { level: Level; }) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Heading.d.ts.map