UNPKG
@blank-utils/syntax-highlighter
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
CSS font-palette syntax highlighter component
@blank-utils/syntax-highlighter
/
dist
/
index.js
5 lines
(4 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
// Export the main component
export
{
default
}
from
"./components/Syntax-Highlighter"
;
// Export named component
export
{
default
as
SyntaxHighlighter
}
from
"./components/Syntax-Highlighter"
;