@kanton-basel-stadt/designsystem
Version:
Unplugin to install the digital design system of the canton of Basel-Stadt
11 lines (9 loc) • 405 B
TypeScript
/// <reference types="astro/astro-jsx" />
declare module '@kanton-basel-stadt/designsystem/icons/symbol/*' {
const component: (props: astroHTML.JSX.SVGAttributes) => astroHTML.JSX.Element
export default component
}
declare module 'virtual:@kanton-basel-stadt/designsystem/icons/symbol/*' {
const component: (props: astroHTML.JSX.SVGAttributes) => astroHTML.JSX.Element
export default component
}