@genspectrum/dashboard-components 0.6.17 → 0.6.18
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.
|
@@ -1038,7 +1038,7 @@ declare global {
|
|
|
1038
1038
|
declare global {
|
|
1039
1039
|
namespace JSX {
|
|
1040
1040
|
interface IntrinsicElements {
|
|
1041
|
-
'gs-text-input
|
|
1041
|
+
'gs-text-input': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1042
1042
|
}
|
|
1043
1043
|
}
|
|
1044
1044
|
}
|
package/package.json
CHANGED
|
@@ -78,7 +78,7 @@ declare global {
|
|
|
78
78
|
// eslint-disable-next-line @typescript-eslint/no-namespace
|
|
79
79
|
namespace JSX {
|
|
80
80
|
interface IntrinsicElements {
|
|
81
|
-
'gs-text-input
|
|
81
|
+
'gs-text-input': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|