@fileverse-dev/ddoc 2.0.2-patch-5 → 2.0.2-patch-7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +8946 -8873
- package/dist/package/components/editor-utils.d.ts +0 -4
- package/dist/package/utils/colors.d.ts +4 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
@@ -13,10 +13,6 @@ export declare const fonts: {
|
|
13
13
|
value: string;
|
14
14
|
command: (editor: Editor) => void;
|
15
15
|
}[];
|
16
|
-
export declare const colors: {
|
17
|
-
color: string;
|
18
|
-
code: string;
|
19
|
-
}[];
|
20
16
|
export declare const MAX_IMAGE_SIZE: number;
|
21
17
|
export declare const ERR_MSG_MAP: {
|
22
18
|
IMAGE_SIZE: string;
|