UNPKG

@kanton-basel-stadt/designsystem

Version:

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

13 lines (10 loc) 269 B
import { Options } from './types.js'; import 'tailwindcss'; import 'unplugin-icons'; declare const _default: (options: Options) => { name: string; hooks: { 'astro:config:setup': (astro: any) => Promise<void>; }; }; export { _default as default };