@kanton-basel-stadt/designsystem
Version:
Unplugin to install the digital design system of the canton of Basel-Stadt
15 lines (12 loc) • 496 B
TypeScript
declare module 'virtual:@kanton-basel-stadt/designsystem/icons/symbol/*' {
import type { SVGProps } from 'react'
import type React from 'react'
const component: (props: SVGProps<SVGSVGElement>) => React.ReactElement
export default component
}
declare module '@kanton-basel-stadt/designsystem/icons/symbol/*' {
import type { SVGProps } from 'react'
import type React from 'react'
const component: (props: SVGProps<SVGSVGElement>) => React.ReactElement
export default component
}