@glint/template 1.4.1-unstable.c6fbad4 → 1.4.1-unstable.d17c1f1
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.
|
@@ -685,6 +685,7 @@ interface HtmlElements {
|
|
|
685
685
|
}
|
|
686
686
|
|
|
687
687
|
export declare namespace SvgElementAttributes {
|
|
688
|
+
type GenericAttributes = HtmlElementAttributes.GenericAttributes;
|
|
688
689
|
interface SVGAElementAttributes extends GenericAttributes {
|
|
689
690
|
['alignment-baseline']: AttrValue;
|
|
690
691
|
['baseline-shift']: AttrValue;
|
package/package.json
CHANGED