summaryrefslogtreecommitdiff
path: root/src/custom-attributes.d.ts
blob: a9383ea3ef26b78654bfb9d5bcebdd2e6a411a7b (plain)
1
2
3
4
5
6
7
8
declare namespace astroHTML.JSX {
  //   interface HTMLAttributes<"form"> {
  //     "rel"?: string;
  //   }
  interface FormHTMLAttributes {
    "rel"?: string;
  }
}