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.

30 lines (29 loc) 700 B
export declare const PAGE_WIDTH = 816; export declare const PAGE_HEIGHT = 1095; export declare const MIN_SPACE = 100; export declare const DEFAULT_MARGIN = 0.5; export declare const INCH_TO_PX = 96; export declare const fonts: { value: string; label: string; }[]; export declare const headings: { label: string; value: number; fontSize: string; }[]; export declare const textAlignment: { label: string; value: string; icon: import("react-icons").IconType; }[]; export declare const lineHeights: { label: string; value: string; }[]; export declare const keyboardShortcuts: { category: string; command: string; windows: string; mac: string; }[];