@unhead/schema 1.8.1 → 1.8.3
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.
- package/dist/index.d.cts +8 -0
- package/dist/index.d.mts +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -231,6 +231,14 @@ interface Unhead<Input extends {} = Head> {
|
|
|
231
231
|
* @internal
|
|
232
232
|
*/
|
|
233
233
|
_scripts?: Record<string, any>;
|
|
234
|
+
/**
|
|
235
|
+
* @internal
|
|
236
|
+
*/
|
|
237
|
+
_templateParams?: TemplateParams;
|
|
238
|
+
/**
|
|
239
|
+
* @internal
|
|
240
|
+
*/
|
|
241
|
+
_separator?: string;
|
|
234
242
|
}
|
|
235
243
|
interface DomState {
|
|
236
244
|
pendingSideEffects: SideEffectsRecord;
|
package/dist/index.d.mts
CHANGED
|
@@ -231,6 +231,14 @@ interface Unhead<Input extends {} = Head> {
|
|
|
231
231
|
* @internal
|
|
232
232
|
*/
|
|
233
233
|
_scripts?: Record<string, any>;
|
|
234
|
+
/**
|
|
235
|
+
* @internal
|
|
236
|
+
*/
|
|
237
|
+
_templateParams?: TemplateParams;
|
|
238
|
+
/**
|
|
239
|
+
* @internal
|
|
240
|
+
*/
|
|
241
|
+
_separator?: string;
|
|
234
242
|
}
|
|
235
243
|
interface DomState {
|
|
236
244
|
pendingSideEffects: SideEffectsRecord;
|
package/dist/index.d.ts
CHANGED
|
@@ -231,6 +231,14 @@ interface Unhead<Input extends {} = Head> {
|
|
|
231
231
|
* @internal
|
|
232
232
|
*/
|
|
233
233
|
_scripts?: Record<string, any>;
|
|
234
|
+
/**
|
|
235
|
+
* @internal
|
|
236
|
+
*/
|
|
237
|
+
_templateParams?: TemplateParams;
|
|
238
|
+
/**
|
|
239
|
+
* @internal
|
|
240
|
+
*/
|
|
241
|
+
_separator?: string;
|
|
234
242
|
}
|
|
235
243
|
interface DomState {
|
|
236
244
|
pendingSideEffects: SideEffectsRecord;
|