UNPKG

drupal-vite

Version:

Vite plugin for Drupal integration

9 lines (8 loc) 321 B
import { type Plugin } from "vite"; import type { DrupalPluginOptions } from "./types"; export type { DrupalDecoupledConfig } from "./types"; /** * Creates a Vite plugin for Drupal integration */ export declare function drupal(options?: DrupalPluginOptions): Plugin; export type { DrupalPluginOptions } from "./types";