jccp_a/vuepress/node_modules/@vuepress/helper/lib/client/noopComponent.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

9 lines
223 B
TypeScript

import type { FunctionalComponent } from 'vue';
/**
* A noop component that renders nothing
*
* 一个不渲染任何内容的空组件
*/
declare const noopComponent: FunctionalComponent;
export default noopComponent;