import type { SaberPlugin } from '..'; /** * This plugin is used to transform `.vue` Vue SFC and `.js` files to pages. * docs: http://127.0.0.1:3000/docs/pages.html */ declare const transformerComponentsPlugin: SaberPlugin; export default transformerComponentsPlugin;