@kedao/editor
Version:
Rich Text Editor Based On Draft.js
18 lines (17 loc) • 382 B
TypeScript
export declare const getHeadings: (lang: any) => {
key: string;
title: any;
text: any;
type: string;
command: string;
}[];
export declare const blocks: {
'header-one': string;
'header-two': string;
'header-three': string;
'header-four': string;
'header-fiv': string;
'header-six': string;
unstyled: string;
blockquote: string;
};