UNPKG

@kanton-basel-stadt/designsystem

Version:

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

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