7 lines
250 B
TypeScript
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;
|