mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
4 lines
120 B
TypeScript
4 lines
120 B
TypeScript
import type { Plugin } from 'vite';
|
|
declare function mdxListCountsPlugin(): Plugin;
|
|
export default mdxListCountsPlugin;
|