test/node_modules/@vuepress/helper/lib/client/noopComponent.d.ts
2024-08-13 09:27:52 +08:00

4 lines
128 B
TypeScript

import type { FunctionalComponent } from 'vue';
declare const noopComponent: FunctionalComponent;
export default noopComponent;