ImportMapProps
Signature
type ImportMapProps = Omit<
Props<'script'>,
'children' | 'innerHTML' | 'integrity' | 'src' | 'type'
> & { value: ImportMapData }
type ImportMapProps = Omit<
Props<'script'>,
'children' | 'innerHTML' | 'integrity' | 'src' | 'type'
> & { value: ImportMapData }