UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

9 lines (6 loc) 213 B
import type { AstroIntegration } from 'astro' import { Plugin } from 'vite' declare module 'webcoreui/integration' { export const webcore: () => AstroIntegration export const webcoreVite: () => Plugin }