vform3-builds.d.ts 77 B

1234
  1. declare module 'vform3-builds' {
  2. const content: any;
  3. export = content;
  4. }