SeanMcP / astro-heroicons

👩‍🚀 Heroicons as Astro components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add types

SeanMcP opened this issue · comments

Add exported type interfaces for the Astro components.

import {HTMLAttributes} from 'astro/types';

type Props = HTMLAttributes<'svg'>;

Does it have to be an interface? https://docs.astro.build/en/core-concepts/astro-components/#component-props

Fixed in #4