↓ 1 callersFunctionwrapArray* Wraps an array around itself at a given start index * Example: `wrapArray(['a', 'b', 'c', 'd'], 2) === ['c', 'd', 'a', 'b']`
packages/ui/src/menu.tsx:940
FunctionButtonLink({
href,
children,
type = 'primary',
size = 'md',
label,
target = '_self',
...props
}: JSX.Intri
apps/docs/src/components/button-link.tsx:11
FunctionChallenge({
isRecipes,
totalChallenges,
currentChallenge,
hasNextChallenge,
handleClickNextChallenge,
}: Chal
apps/docs/src/components/mdx/challenges/challenge.tsx:29
FunctionCodeBlock({
children: {
props: { className = 'language-js', children: code = '', meta },
},
noMargin,
}: {
apps/docs/src/components/mdx/code-block/code-block.tsx:21
FunctionCollapseSidebar({
path,
title,
group,
routes,
wip,
pagePath,
isForceExpanded,
routeTree,
level = 0,
targe
apps/docs/src/components/layout/sidebar/sidebar-route-tree.tsx:73
FunctionContextMenu({
container = document.body,
className,
open: openProps,
onOpenChange,
children,
side = 'right',
packages/ui/src/context-menu.tsx:186
FunctionContextMenuItem({
icon,
rightText,
children,
disabled,
href,
onSelect,
})
packages/ui/src/context-menu.tsx:56
FunctionDiagram({ name, alt, height, width, children, captionPosition }: DiagramProps)
apps/docs/src/components/mdx/diagram.tsx:22