mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 14:52:22 +04:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import { mdxAnnotations } from 'mdx-annotations'
|
|
|
|
export const recmaPlugins = [
|
|
mdxAnnotations.recma,
|
|
]
|