UNPKG
drupal-vite
Version:
latest (0.4.0)
0.4.0
0.0.2
0.0.1
Vite plugin for Drupal integration
github.com/octahedroid/drupal-decoupled/tree/main
drupal-vite
/
build
/
config.d.ts
10 lines
(7 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
module
"drupal-vite/user"
{
import
type
{
Exchange
}
from
"@urql/core"
;
const
config
: {
exchanges
?:
Exchange
[]; }
export
default
config; }