SYMBOL INDEX (140 symbols across 60 files) FILE: app/layout.tsx function RootLayout (line 77) | function RootLayout({ FILE: app/manifest.ts function manifest (line 3) | function manifest(): MetadataRoute.Manifest { FILE: app/page.tsx function Home (line 11) | async function Home() { FILE: app/robots.ts function robots (line 6) | function robots(): MetadataRoute.Robots { FILE: app/sitemap.ts function sitemap (line 6) | function sitemap(): MetadataRoute.Sitemap { FILE: components/adaptive-mask.tsx function AdaptiveMask (line 17) | function AdaptiveMask() { FILE: components/anchor-heading.tsx type AnchorHeadingProps (line 5) | type AnchorHeadingProps = ComponentProps<"h2">; function AnchorHeading (line 7) | function AnchorHeading({ className, id, children, ...props }: AnchorHead... FILE: components/cli-block.tsx type CLIBlockProps (line 19) | type CLIBlockProps = { function CLIBlock (line 25) | function CLIBlock({ name, command }: CLIBlockProps) { function CLIBlockContent (line 33) | function CLIBlockContent({ name, command }: CLIBlockProps) { FILE: components/code-block.tsx type CodeBlockProps (line 14) | type CodeBlockProps = { function CodeBlock (line 22) | function CodeBlock({ code, lang, initial, preHighlighted, className }: C... FILE: components/code-display-block.tsx type CodeData (line 10) | type CodeData = { type VariantData (line 15) | type VariantData = { type CodeDisplaySectionProps (line 24) | type CodeDisplaySectionProps = { function CodeDisplaySection (line 30) | function CodeDisplaySection({ FILE: components/component-preview.tsx type ComponentDetailsProps (line 15) | type ComponentDetailsProps = { function ComponentPreview (line 23) | async function ComponentPreview({ FILE: components/copy-button.tsx function CopyButton (line 14) | function CopyButton({ FILE: components/examples.tsx function Examples (line 5) | function Examples() { FILE: components/features.tsx function Features (line 5) | function Features() { FILE: components/installation.tsx function Installation (line 8) | async function Installation() { FILE: components/manual-installation-block.tsx type CodeData (line 11) | type CodeData = { type VariantData (line 16) | type VariantData = { type ManualInstallationSectionProps (line 27) | type ManualInstallationSectionProps = { function ManualInstallationBlock (line 33) | function ManualInstallationBlock({ FILE: components/micro-interactions.tsx function MicroInteractions (line 8) | function MicroInteractions() { FILE: components/native-touch.tsx function NativeTouch (line 8) | function NativeTouch() { FILE: components/navbar.tsx function Navbar (line 7) | function Navbar() { FILE: components/page-wide-scroll-mask.tsx function PageWideScrollMask (line 6) | function PageWideScrollMask() { FILE: components/posthog-provider.tsx function PostHogProvider (line 8) | function PostHogProvider({ children }: { children: React.ReactNode }) { FILE: components/render-preview.tsx type RenderPreviewProps (line 8) | type RenderPreviewProps = { function RenderPreview (line 12) | function RenderPreview({ name }: RenderPreviewProps) { FILE: components/theme-provider.tsx function ThemeProvider (line 7) | function ThemeProvider({ children, ...props }: React.ComponentProps) { function CardHeader (line 15) | function CardHeader({ className, ...props }: React.ComponentProps<"div">) { function CardTitle (line 28) | function CardTitle({ className, ...props }: React.ComponentProps<"div">) { function CardDescription (line 32) | function CardDescription({ className, ...props }: React.ComponentProps<"... function CardAction (line 36) | function CardAction({ className, ...props }: React.ComponentProps<"div">) { function CardContent (line 46) | function CardContent({ className, ...props }: React.ComponentProps<"div"... function CardFooter (line 50) | function CardFooter({ className, ...props }: React.ComponentProps<"div">) { FILE: components/ui/dialog.tsx function Dialog (line 10) | function Dialog({ ...props }: React.ComponentProps) { FILE: components/ui/tabs.tsx function Tabs (line 10) | function Tabs({ className, ...props }: React.ComponentProps void): [checked: boolean, onClick: ... FILE: hooks/use-has-primary-touch.tsx function useTouchPrimary (line 3) | function useTouchPrimary() { FILE: hooks/use-meta-color.ts constant META_THEME_COLORS (line 5) | const META_THEME_COLORS = { function useMetaColor (line 10) | function useMetaColor() { FILE: lib/adaptive-mask-animation.ts constant SCROLL_CONFIG (line 4) | const SCROLL_CONFIG = { type AnimationPhase (line 19) | type AnimationPhase = { FILE: lib/code-highlight.ts function highlight (line 12) | async function highlight(code: string, lang: BundledLanguage) { function getComponentCode (line 46) | async function getComponentCode( FILE: lib/package-manager-store.ts type PackageManager (line 7) | type PackageManager = "pnpm" | "npm" | "bun" | "yarn"; type PackageManagerState (line 9) | type PackageManagerState = { FILE: lib/package-manager-utils.ts type CommandMapping (line 3) | type CommandMapping = { constant NPX_COMMAND_MAPPINGS (line 10) | const NPX_COMMAND_MAPPINGS: CommandMapping = { constant PACKAGE_COMMAND_MAPPINGS (line 17) | const PACKAGE_COMMAND_MAPPINGS: CommandMapping = { function isNpxCommand (line 24) | function isNpxCommand(command: string): boolean { function convertNpmCommand (line 28) | function convertNpmCommand(npmCommand: string): Record { FILE: lib/utils.ts function cn (line 4) | function cn(...inputs: ClassValue[]) { FILE: lib/variant-store.ts type Variant (line 7) | type Variant = "base" | "radix"; type VariantState (line 9) | type VariantState = { FILE: registry/base-ui/examples/command.tsx function Command (line 13) | function Command({ className, ...props }: React.ComponentProps