@lobehub/editor
Version:
A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.
26 lines (25 loc) • 643 B
TypeScript
export declare const themeStyles: {
quote: string;
textBold_false: string;
textBold_true: string;
textCode: string;
textItalic_false: string;
textItalic_true: string;
textStrikethrough_false: string;
textStrikethrough_true: string;
textUnderlineStrikethrough_false: string;
textUnderlineStrikethrough_true: string;
textUnderline_false: string;
textUnderline_true: string;
};
export declare const styles: {
blockquote: string;
code: string;
editorContent: string;
header: string;
noHeader: string;
noStyle: string;
p: string;
root: string;
variant: string;
};