UNPKG

@kanton-basel-stadt/designsystem

Version:

Unplugin to install the digital design system of the canton of Basel-Stadt

9 lines (6 loc) 247 B
import * as vite from 'vite'; import { Options } from './types.js'; import 'tailwindcss'; import 'unplugin-icons'; declare const _default: (options?: Options | undefined) => vite.Plugin<any> | vite.Plugin<any>[]; export { _default as default };