@kanton-basel-stadt/designsystem
Version:
Unplugin to install the digital design system of the canton of Basel-Stadt
13 lines (10 loc) • 438 B
TypeScript
declare module 'virtual:@kanton-basel-stadt/designsystem/icons/symbol/*' {
import type { FunctionalComponent, SVGAttributes } from 'vue'
const component: FunctionalComponent<SVGAttributes>
export default component
}
declare module '@kanton-basel-stadt/designsystem/icons/symbol/*' {
import type { FunctionalComponent, SVGAttributes } from 'vue'
const component: FunctionalComponent<SVGAttributes>
export default component
}