@dlightjs/types
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -27,2 +27,4 @@ import { HtmlNode, DLNode } from '@dlightjs/dlight'; | ||
interface DLightHtmlASpecific extends DLightHtmlTag<DLightHtmlAreaSpecific, DLightHTMLElement<DLightHtmlAreaSpecific, HTMLLinkElement>> { | ||
} | ||
interface DLightHtmlAreaSpecific extends DLightHtmlTag<DLightHtmlAreaSpecific, DLightHTMLElement<DLightHtmlAreaSpecific, HTMLAreaElement>> { | ||
@@ -69,3 +71,3 @@ } | ||
type DLightHtmlTagFunc<T = DLightHtmlTagSpecific> = (innerText?: string | number) => T; | ||
declare const a: DLightHtmlTagFunc; | ||
declare const a: DLightHtmlTagFunc<DLightHtmlASpecific>; | ||
declare const abbr: DLightHtmlTagFunc; | ||
@@ -72,0 +74,0 @@ declare const address: DLightHtmlTagFunc; |
{ | ||
"name": "@dlightjs/types", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"files": [ | ||
@@ -23,3 +23,3 @@ "dist" | ||
"csstype": "^3.1.1", | ||
"@dlightjs/dlight": "0.6.0" | ||
"@dlightjs/dlight": "0.7.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
19550
270
+ Added@dlightjs/dlight@0.7.0(transitive)
- Removed@dlightjs/dlight@0.6.0(transitive)
Updated@dlightjs/dlight@0.7.0