mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 00:28:15 +08:00
8 lines
426 B
JavaScript
8 lines
426 B
JavaScript
export { default } from './default-highlight';
|
|
export { default as LightAsync } from './light-async';
|
|
export { default as Light } from './light';
|
|
export { default as PrismAsyncLight } from './prism-async-light';
|
|
export { default as PrismAsync } from './prism-async';
|
|
export { default as PrismLight } from './prism-light';
|
|
export { default as Prism } from './prism';
|
|
export { default as createElement } from './create-element'; |