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