index.d.ts 226 B

12345678
  1. // Add custom element entries to preact.JSX.IntrinsicElements for custom elements
  2. // used in JSX that do not have the required type definitions
  3. declare namespace preact.JSX {
  4. interface IntrinsicElements {
  5. }
  6. }