@unhead/schema 0.2.6 → 0.3.1
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.ts +1 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -326,11 +326,7 @@ interface Unhead<Input extends {} = Head> {
|
|
|
326
326
|
/**
|
|
327
327
|
* @internal
|
|
328
328
|
*/
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
|
-
_flushQueuedSideEffects: () => void;
|
|
329
|
+
_popSideEffectQueue: () => SideEffectsRecord;
|
|
334
330
|
}
|
|
335
331
|
|
|
336
332
|
export { ActiveHeadEntry, Base, BaseBodyAttr, BaseHtmlAttr, BeforeRenderContext, BodyAttributes, CreateHeadOptions, DomRenderTagContext, EntryAugmentation, EntryResolveCtx, Head, HeadEntry, HeadEntryOptions, HeadHooks, HeadPlugin, HeadTag, HeadTagKeys, HookResult, HtmlAttributes, InnerContent, Link, MaybeArray, Meta, Never, Noscript, ResolvesDuplicates, RuntimeMode, SSRHeadPayload, SSRRenderContext, SchemaAugmentations, Script, SideEffectsRecord, Style, TagInternalProperties, TagPosition, TagPriority, TagUserProperties, Title, TitleTemplate, Unhead, UserAttributesConfig, UserTagConfigWithoutInnerContent };
|