mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 01:59:31 +08:00
9 lines
328 B
Text
9 lines
328 B
Text
import type {Vocabulary} from "../../types"
|
|
import dynamicAnchor from "./dynamicAnchor"
|
|
import dynamicRef from "./dynamicRef"
|
|
import recursiveAnchor from "./recursiveAnchor"
|
|
import recursiveRef from "./recursiveRef"
|
|
|
|
const dynamic: Vocabulary = [dynamicAnchor, dynamicRef, recursiveAnchor, recursiveRef]
|
|
|
|
export default dynamic
|