hv.d.ts 139 B

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