UNPKG

morjs-plugin-compiler-xhs

Version:

mor compiler plugin for xiaohongshu miniprogram

6 lines (5 loc) 250 B
export { twbTemplateProcessor as templateProcessor } from '@morjs/plugin-compiler-wechat'; export * from './constants'; export * from './runtimeConfig'; import XHSCompilerPlugin from './plugin'; export declare const Plugin: typeof XHSCompilerPlugin;