UNPKG

@kanton-basel-stadt/designsystem

Version:

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

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