UNPKG

drupal-vite

Version:

Vite plugin for Drupal integration

10 lines (7 loc) 161 B
declare module "drupal-vite/user" { import type { Exchange } from "@urql/core"; const config: { exchanges?: Exchange[]; } export default config; }