Generated API snapshot
@askrjs/askr/foundations
Exports from the declarations published in @askrjs/askr 0.0.59. Signatures are generated from the installed artifact.
@askrjs/askr/foundations0.0.59
Exports
This entrypoint publishes 11 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
DefaultPortaltype
DefaultPortal: Portal<RenderableChild>definePortaltype
definePortal: <T extends RenderableChild = RenderableChild>() => Portal<T>JSXElementtype
JSXElement: anylayouttype
layout: <P = object>(Layout: LayoutComponent<P>) => (children?: RenderableChild, props?: P) => unknownLayoutComponenttype
LayoutComponent: anyPortaltype
Portal: (props: PortalProps) => nullPortalPropstype
PortalProps: anyPresencetype
Presence: ({ present, children }: PresenceProps) => JSXElement | nullPresencePropstype
PresenceProps: anySlottype
Slot: (props: SlotProps) => JSXElement | nullSlotPropstype
SlotProps: any