mirror of
https://github.com/lobehub/lobe-editor.git
synced 2026-03-23 00:05:50 +08:00
5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
export { UPDATE_CODEBLOCK_LANG } from './command';
|
|
export * from './plugin';
|
|
export * from './react';
|
|
export { bundledLanguagesInfo } from 'shiki';
|