Skip to content

Instantly share code, notes, and snippets.

@bouiboui
bouiboui / amp.d.ts
Created July 11, 2022 06:06
Google Accelerated Mobile Pages (AMP) Typescript Definitions (not perfect but good-enough for me)
import * as React from "react";
declare global {
namespace JSX {
interface IntrinsicElements {
"amp-3d-gltf": React.DetailedHTMLProps<
{
alpha?: "false" | "true";
antialiasing?: "false" | "true";
autorotate?: "false" | "true";