MCPcopy Create free account

hub / github.com/AurelianSpodarec/LuaDocs / functions

Functions137 in github.com/AurelianSpodarec/LuaDocs

↓ 3 callersFunctionclose
()
src/components/Search.tsx:324
↓ 3 callersFunctionremToPx
(remValue: number)
src/lib/remToPx.ts:1
↓ 2 callersFunctiongetPanelTitle
({ title, language, }: { title?: string language?: string })
src/components/Code.tsx:29
↓ 2 callersFunctionuseIsInsideMobileNavigation
()
src/components/MobileNavigation.tsx:110
↓ 2 callersFunctionuseSearchProps
()
src/components/Search.tsx:407
↓ 1 callersFunctioncheckVisibleSections
()
src/components/SectionProvider.tsx:70
↓ 1 callersFunctioncreateSectionStore
(sections: Array<Section>)
src/components/SectionProvider.tsx:37
↓ 1 callersFunctionexcludeObjectExpressions
(tree)
src/mdx/search.mjs:24
↓ 1 callersFunctiongetSections
(node)
src/mdx/rehype.mjs:94
↓ 1 callersFunctionisNavLink
(link: INavLink | { title: string; links: INavLink[] })
src/components/Search.tsx:163
↓ 1 callersFunctionisObjectExpression
(node)
src/mdx/search.mjs:17
↓ 1 callersFunctiononMediaChange
()
src/app/providers.tsx:12
↓ 1 callersFunctionpreventLayoutShift
(callback: () => void)
src/components/Code.tsx:247
↓ 1 callersFunctionuseAutocomplete
({ close }: { close: () => void })
src/components/Search.tsx:36
↓ 1 callersFunctionusePreventLayoutShift
()
src/components/Code.tsx:233
↓ 1 callersFunctionuseSectionStore
(selector: (state: SectionState) => T)
src/components/SectionProvider.tsx:150
↓ 1 callersFunctionuseTabGroupProps
(availableLanguages: Array<string>)
src/components/Code.tsx:281
↓ 1 callersFunctionuseVisibleSections
(sectionStore: StoreApi<SectionState>)
src/components/SectionProvider.tsx:65
FunctionAnchor
({ id, inView, children, }: { id: string inView: boolean children: React.ReactNode })
src/components/Heading.tsx:43
FunctionAnchorIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Heading.tsx:11
FunctionArrowIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Button.tsx:4
FunctionBellIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/BellIcon.tsx:1
FunctionBoltIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/BoltIcon.tsx:1
FunctionBookIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/BookIcon.tsx:1
FunctionButton
({ variant = 'primary', className, children, arrow, ...props }: ButtonProps)
src/components/Button.tsx:37
FunctionCalendarIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/CalendarIcon.tsx:1
FunctionCartIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/CartIcon.tsx:1
FunctionChatBubbleIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/ChatBubbleIcon.tsx:1
FunctionCheckIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Feedback.tsx:7
FunctionCheckIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/CheckIcon.tsx:1
FunctionChevronRightLeftIcon
( props: React.ComponentPropsWithoutRef<'svg'>, )
src/components/icons/ChevronRightLeftIcon.tsx:1
FunctionClipboardIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Code.tsx:45
FunctionClipboardIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/ClipboardIcon.tsx:1
FunctionCode
({ children, ...props }: React.ComponentPropsWithoutRef<'code'>)
src/components/Code.tsx:351
FunctionCodeGroup
({ children, title, ...props }: React.ComponentPropsWithoutRef<typeof CodeGroupPanels> & { title: string
src/components/Code.tsx:309
FunctionCodeGroupHeader
({ title, children, selectedIndex, }: { title: string children: React.ReactNode selectedIndex: num
src/components/Code.tsx:170
FunctionCodeGroupPanels
({ children, ...props }: React.ComponentPropsWithoutRef<typeof CodePanel>)
src/components/Code.tsx:212
FunctionCodePanel
({ children, tag, label, code, }: { children: React.ReactNode tag?: string label?: string code
src/components/Code.tsx:134
FunctionCodePanelHeader
({ tag, label }: { tag?: string; label?: string })
src/components/Code.tsx:112
FunctionCogIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/CogIcon.tsx:1
FunctionCol
({ children, sticky = false, }: { children: React.ReactNode sticky?: boolean })
src/components/mdx.tsx:64
FunctionCopyButton
({ code }: { code: string })
src/components/Code.tsx:61
FunctionCopyIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/CopyIcon.tsx:1
FunctionDiscordIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Footer.tsx:92
FunctionDocumentIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/DocumentIcon.tsx:1
FunctionEnvelopeIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/EnvelopeIcon.tsx:1
FunctionEyebrow
({ tag, label }: { tag?: string; label?: string })
src/components/Heading.tsx:25
FunctionFaceSmileIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/FaceSmileIcon.tsx:1
FunctionFeedback
()
src/components/Feedback.tsx:81
FunctionFeedbackButton
( props: Omit<React.ComponentPropsWithoutRef<'button'>, 'type' | 'className'>, )
src/components/Feedback.tsx:22
FunctionFolderIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/FolderIcon.tsx:1
FunctionFooter
()
src/components/Footer.tsx:138
FunctionGitHubIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Footer.tsx:80
FunctionGridPattern
({ width, height, x, y, squares, ...props }: React.ComponentPropsWithoutRef<'svg'> & { width: nu
src/components/GridPattern.tsx:3
FunctionGuides
()
src/components/Guides.tsx:29
FunctionHeading
({ children, tag, label, level, anchor = true, ...props }: React.ComponentPropsWithoutRef<`h${Leve
src/components/Heading.tsx:69
FunctionHeroPattern
()
src/components/HeroPattern.tsx:3
FunctionHighlightQuery
({ text, query }: { text: string; query: string })
src/components/Search.tsx:152
FunctionInfoIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/mdx.tsx:29
FunctionLayout
({ children, allSections }: { children: React.ReactNode, allSections: Record<string, Array<Section>> })
src/components/Layout.tsx:16
FunctionLibraries
()
src/components/Libraries.tsx:49
FunctionLinkIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/LinkIcon.tsx:1
FunctionListIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/ListIcon.tsx:1
FunctionLoadingIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Search.tsx:123
FunctionLogo
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Logo.tsx:1
FunctionMagnifyingGlassIcon
( props: React.ComponentPropsWithoutRef<'svg'>, )
src/components/icons/MagnifyingGlassIcon.tsx:1
FunctionMapPinIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/MapPinIcon.tsx:1
FunctionMenuIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/MobileNavigation.tsx:17
FunctionMobileNavigation
()
src/components/MobileNavigation.tsx:126
FunctionMobileNavigationDialog
({ isOpen, close, }: { isOpen: boolean close: () => void })
src/components/MobileNavigation.tsx:47
FunctionMobileSearch
()
src/components/Search.tsx:465
FunctionMoonIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/ThemeToggle.tsx:16
FunctionNavLink
({ href, children, tag, active = false, isAnchorLink = false, }: { href: string children: React.
src/components/Navigation.tsx:40
FunctionNavigation
(props: React.ComponentPropsWithoutRef<'nav'>)
src/components/Navigation.tsx:225
FunctionNoResultsIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Search.tsx:111
FunctionNotFound
()
src/app/not-found.tsx:4
FunctionNote
({ children }: { children: React.ReactNode })
src/components/mdx.tsx:45
FunctionPackageIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/PackageIcon.tsx:1
FunctionPageLink
({ label, page, previous = false, }: { label: string page: { href: string; title: string } previou
src/components/Footer.tsx:9
FunctionPageNavigation
()
src/components/Footer.tsx:40
FunctionPaperAirplaneIcon
( props: React.ComponentPropsWithoutRef<'svg'>, )
src/components/icons/PaperAirplaneIcon.tsx:1
FunctionPaperClipIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/icons/PaperClipIcon.tsx:1
FunctionPre
({ children, ...props }: React.ComponentPropsWithoutRef<typeof CodeGroup>)
src/components/Code.tsx:369
FunctionProperties
({ children }: { children: React.ReactNode })
src/components/mdx.tsx:83
FunctionProperty
({ name, children, type, }: { name: string children: React.ReactNode type?: string })
src/components/mdx.tsx:96
FunctionProse
({ as, className, ...props }: Omit<React.ComponentPropsWithoutRef<T>, 'as' | 'className'> & { as?: T
src/components/Prose.tsx:3
FunctionProviders
({ children }: { children: React.ReactNode })
src/app/providers.tsx:30
FunctionResource
({ resource }: { resource: Resource })
src/components/Resources.tsx:135
FunctionResourceIcon
({ icon: Icon }: { icon: Resource['icon'] })
src/components/Resources.tsx:85
FunctionResourcePattern
({ mouseX, mouseY, ...gridProps }: Resource['pattern'] & { mouseX: MotionValue<number> mouseY: Motio
src/components/Resources.tsx:93
FunctionResources
()
src/components/Resources.tsx:173
FunctionRootLayout
({ children }: { children: React.ReactNode })
src/app/layout.tsx:18
FunctionRow
({ children }: { children: React.ReactNode })
src/components/mdx.tsx:56
FunctionSearch
(nextConfig = {})
src/mdx/search.mjs:47
FunctionSearch
()
src/components/Search.tsx:434
FunctionSearchDialog
({ open, setOpen, className, }: { open: boolean setOpen: (open: boolean) => void className?: strin
src/components/Search.tsx:311
FunctionSearchIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
src/components/Search.tsx:99
FunctionSearchResult
({ result, resultIndex, autocomplete, collection, query }: { result: Result, resultIndex: number, autocomplete
src/components/Search.tsx:167
FunctionSearchResults
({ autocomplete, query, collection, }: { autocomplete: Autocomplete query: string collection: Auto
src/components/Search.tsx:223
FunctionSectionProvider
({ sections, children, }: { sections: Array<Section> children: React.ReactNode })
src/components/SectionProvider.tsx:128
next →1–100 of 137, ranked by callers