@solidjs/web 2.0.0-beta.16 → 2.0.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +0,0 @@
1
- import type { RequestEvent } from "@solidjs/web";
2
- export declare function provideRequestEvent<T extends RequestEvent, U>(init: T, cb: () => U): U;
@@ -1,29 +0,0 @@
1
- import type { ArrayElement as SolidArrayElement, Element as SolidElement } from "solid-js";
2
- import type { JSX as DOMJSX } from "dom-expressions/src/jsx.js";
3
- export declare namespace JSX {
4
- type WithSolidChildren<T> = Omit<T, "children"> & {
5
- children?: Element;
6
- };
7
- export type Element = SolidElement;
8
- export interface ArrayElement extends SolidArrayElement {
9
- }
10
- export interface ElementClass extends DOMJSX.ElementClass {
11
- }
12
- export interface ElementAttributesProperty extends DOMJSX.ElementAttributesProperty {
13
- }
14
- export interface ElementChildrenAttribute extends DOMJSX.ElementChildrenAttribute {
15
- }
16
- export interface IntrinsicAttributes extends DOMJSX.IntrinsicAttributes {
17
- }
18
- export type IntrinsicElements = {
19
- [K in keyof DOMJSX.IntrinsicElements]: WithSolidChildren<DOMJSX.IntrinsicElements[K]>;
20
- };
21
- export type HTMLAttributes<T> = WithSolidChildren<DOMJSX.HTMLAttributes<T>>;
22
- export type SVGAttributes<T> = WithSolidChildren<DOMJSX.SVGAttributes<T>>;
23
- export type MathMLAttributes<T> = WithSolidChildren<DOMJSX.MathMLAttributes<T>>;
24
- export interface CustomEvents extends DOMJSX.CustomEvents {
25
- }
26
- export type EventHandler<T, E extends Event> = DOMJSX.EventHandler<T, E>;
27
- export type EventHandlerUnion<T, E extends Event> = DOMJSX.EventHandlerUnion<T, E>;
28
- export {};
29
- }
@@ -1,2 +0,0 @@
1
- import type { RequestEvent } from "@solidjs/web";
2
- export declare function provideRequestEvent<T extends RequestEvent, U>(init: T, cb: () => U): U;
@@ -1,29 +0,0 @@
1
- import type { ArrayElement as SolidArrayElement, Element as SolidElement } from "solid-js";
2
- import type { JSX as DOMJSX } from "dom-expressions/src/jsx.js";
3
- export declare namespace JSX {
4
- type WithSolidChildren<T> = Omit<T, "children"> & {
5
- children?: Element;
6
- };
7
- export type Element = SolidElement;
8
- export interface ArrayElement extends SolidArrayElement {
9
- }
10
- export interface ElementClass extends DOMJSX.ElementClass {
11
- }
12
- export interface ElementAttributesProperty extends DOMJSX.ElementAttributesProperty {
13
- }
14
- export interface ElementChildrenAttribute extends DOMJSX.ElementChildrenAttribute {
15
- }
16
- export interface IntrinsicAttributes extends DOMJSX.IntrinsicAttributes {
17
- }
18
- export type IntrinsicElements = {
19
- [K in keyof DOMJSX.IntrinsicElements]: WithSolidChildren<DOMJSX.IntrinsicElements[K]>;
20
- };
21
- export type HTMLAttributes<T> = WithSolidChildren<DOMJSX.HTMLAttributes<T>>;
22
- export type SVGAttributes<T> = WithSolidChildren<DOMJSX.SVGAttributes<T>>;
23
- export type MathMLAttributes<T> = WithSolidChildren<DOMJSX.MathMLAttributes<T>>;
24
- export interface CustomEvents extends DOMJSX.CustomEvents {
25
- }
26
- export type EventHandler<T, E extends Event> = DOMJSX.EventHandler<T, E>;
27
- export type EventHandlerUnion<T, E extends Event> = DOMJSX.EventHandlerUnion<T, E>;
28
- export {};
29
- }