UNPKG

h-vue-scan

Version:

A Vue 3 plugin for scanning re-rendering states and show them in the browser dom.

8 lines (7 loc) 287 B
import { VueScanOptionsType } from '../types'; /** * A reusable function that, when invoked, draws a temporary overlay * on the component’s root element. You can call this inside any hook */ declare function useVueScan(options: VueScanOptionsType): void; export default useVueScan;