8 lines
179 B
TypeScript
8 lines
179 B
TypeScript
|
|
/**
|
||
|
|
* Shared Vite Plugins
|
||
|
|
* 共享 Vite 插件
|
||
|
|
*/
|
||
|
|
|
||
|
|
export { cssInjectPlugin } from './css-inject';
|
||
|
|
export { blockEditorPlugin, type BlockEditorOptions } from './block-editor';
|