UNPKG
@ant-design/x-markdown
Version:
alpha (2.0.0-alpha.16)
beta (2.0.0-alpha.0)
latest (2.0.0-alpha.16)
2.0.0-alpha.16
2.0.0-alpha.15
2.0.0-alpha.14
2.0.0-alpha.13
2.0.0-alpha.12
2.0.0-alpha.11
2.0.0-alpha.10
2.0.0-alpha.9
2.0.0-alpha.8
2.0.0-alpha.7
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
placeholder for @ant-design/x-markdown
x.ant.design/x-markdowns/introduce
ant-design/x
@ant-design/x-markdown
/
lib
/
plugins
/
theme
/
interface
/
index.js
12 lines
(11 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
Object
.
defineProperty
(
exports
,
"PresetColors"
, {
enumerable
:
true
,
get
:
function
(
) {
return
_presetColors.
PresetColors
; } });
var
_presetColors =
require
(
"./presetColors"
);