test/node_modules/@vuepress/plugin-theme-data/lib/node/index.d.ts
2024-08-13 09:27:52 +08:00

7 lines
250 B
TypeScript

import { themeDataPlugin } from './themeDataPlugin.js';
export type * from '../shared/index.js';
export * from './prepareThemeData.js';
export * from './themeDataPlugin.js';
/** @deprecated Use named export instead */
export default themeDataPlugin;