hvh.d.ts 142 B

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