mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-04-06 21:40:23 +08:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
import { PluginOption } from 'vite';
|
|
|
|
declare const virtualExamplePlugin: () => PluginOption;
|