Files
lifeforge/docs/plugins/mdxListCountsPlugin.d.ts
2026-06-25 08:53:34 +08:00

4 lines
120 B
TypeScript

import type { Plugin } from 'vite';
declare function mdxListCountsPlugin(): Plugin;
export default mdxListCountsPlugin;