@lobehub/editor
Version:
A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.
19 lines (18 loc) • 763 B
TypeScript
export declare const useThemeStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
quote: string;
textBold: import("antd-style").SerializedStyles;
textCode: string;
textItalic: import("antd-style").SerializedStyles;
textStrikethrough: import("antd-style").SerializedStyles;
textUnderline: import("antd-style").SerializedStyles;
textUnderlineStrikethrough: import("antd-style").SerializedStyles;
}>;
export declare const useStyles: (props?: {
fontSize?: number | undefined;
headerMultiple?: number | undefined;
lineHeight?: number | undefined;
marginMultiple?: number | undefined;
} | undefined) => import("antd-style").ReturnStyles<{
root: import("antd-style").SerializedStyles;
variant: string;
}>;