@kanton-basel-stadt/designsystem
Version:
Unplugin to install the digital design system of the canton of Basel-Stadt
13 lines (10 loc) • 502 B
TypeScript
declare module 'virtual:@kanton-basel-stadt/designsystem/icons/symbol/*' {
import type { FunctionComponent, QwikIntrinsicElements } from '@builder.io/qwik'
const Component: FunctionComponent<QwikIntrinsicElements['svg']>
export default Component
}
declare module '@kanton-basel-stadt/designsystem/icons/symbol/*' {
import type { FunctionComponent, QwikIntrinsicElements } from '@builder.io/qwik'
const Component: FunctionComponent<QwikIntrinsicElements['svg']>
export default Component
}