UNPKG
@rise4fun/docusaurus-remark-plugin-code-element
Version:
latest (4.0.0)
4.0.0
3.1.0
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
Run tool and show output.
github.com/microsoft/docusaurus-plugins
microsoft/docusaurus-plugins
@rise4fun/docusaurus-remark-plugin-code-element
/
src
/
types.d.ts
18 lines
(17 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** * Plugin options. */
export
interface
PluginOptions
{ langs: [ {
/** * Code section identifier */
lang:
string
;
/** * React element name to be imported from `
@theme
/element` */
element:
string
; } ]; }