4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
import type { FunctionalComponent } from 'vue';
|
|
declare const noopComponent: FunctionalComponent;
|
|
export default noopComponent;
|