react-latex-editor
Version:
A powerful React rich text editor with mathematical equation support, built on TipTap with MathLive integration
12 lines • 474 B
TypeScript
export declare const FONT_SIZES: string[];
export declare const FONT_FAMILIES: {
name: string;
value: string;
}[];
export declare const HEADING_LEVELS: number[];
export declare const DEFAULT_IMAGE_WIDTH = "500px";
export declare const DEFAULT_IMAGE_HEIGHT = "auto";
export declare const DEFAULT_YOUTUBE_WIDTH = "640px";
export declare const DEFAULT_YOUTUBE_HEIGHT = "360px";
export declare const MOBILE_BREAKPOINT = 768;
//# sourceMappingURL=editorConstants.d.ts.map