UNPKG

@rise4fun/docusaurus-remark-plugin-code-element

Version:
18 lines (17 loc) 271 B
/** * Plugin options. */ export interface PluginOptions { langs: [ { /** * Code section identifier */ lang: string; /** * React element name to be imported from `@theme/element` */ element: string; } ]; }