@kanton-basel-stadt/designsystem
Version:
Unplugin to install the digital design system of the canton of Basel-Stadt
13 lines (10 loc) • 440 B
TypeScript
declare module 'virtual:@kanton-basel-stadt/designsystem/icons/symbol/*' {
import type { ComponentProps, JSX } from 'solid-js'
const component: (props: ComponentProps<'svg'>) => JSX.Element
export default component
}
declare module '@kanton-basel-stadt/designsystem/icons/symbol/*' {
import type { ComponentProps, JSX } from 'solid-js'
const component: (props: ComponentProps<'svg'>) => JSX.Element
export default component
}