vh.d.ts 139 B

123
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type VHOptions = Record<string, any>;
  3. export declare const VH: SC<VHOptions>;