UNPKG

@kanton-basel-stadt/designsystem

Version:

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

13 lines (10 loc) 264 B
import { Config } from 'tailwindcss'; import { Options as Options$1 } from 'unplugin-icons'; interface Options { iconOptions?: Options$1; tailwindOptions?: { targetDir?: string; config?: Partial<Config>; }; } export type { Options };