Skip to content

runtime/hooks Functions

Functions from runtime/hooks.tsx

runtime/hooks Functions

Functions exported from runtime/hooks.tsx

useArdoConfig

function useArdoConfig(): ArdoConfig

Returns

ArdoConfig

Source


useArdoContext

function useArdoContext(): ArdoContextValue

Returns

ArdoContextValue

Source


useArdoPageData

function useArdoPageData(): PageData | undefined

Returns

PageData | undefined

Source


useArdoSidebar

function useArdoSidebar(): SidebarItem[]

Returns

SidebarItem[]

Source


useArdoSiteConfig

function useArdoSiteConfig(): ArdoSiteConfig

Returns

ArdoSiteConfig

Source


useArdoTOC

function useArdoTOC(): TOCItem[]

Returns

TOCItem[]

Source