SYMBOL INDEX (123 symbols across 71 files) FILE: apps/docs/next.config.mjs method rewrites (line 8) | async rewrites() { method redirects (line 16) | redirects() { FILE: apps/docs/src/app/(home)/layout.tsx function Layout (line 4) | function Layout({ children }: LayoutProps<"/">) { FILE: apps/docs/src/app/(home)/page.tsx function HomePage (line 30) | function HomePage() { FILE: apps/docs/src/app/docs/[[...slug]]/page.tsx function Page (line 14) | async function Page(props: PageProps<"/docs/[[...slug]]">) { function generateStaticParams (line 53) | async function generateStaticParams() { function generateMetadata (line 57) | async function generateMetadata( FILE: apps/docs/src/app/docs/layout.tsx function Layout (line 5) | function Layout({ children }: LayoutProps<'/docs'>) { FILE: apps/docs/src/app/layout.tsx function Layout (line 10) | function Layout({ children }: LayoutProps<"/">) { FILE: apps/docs/src/app/llms-full.txt/route.ts function GET (line 5) | async function GET() { FILE: apps/docs/src/app/llms.mdx/docs/[[...slug]]/route.ts function GET (line 6) | async function GET(_req: Request, { params }: RouteContext<'/llms.mdx/do... function generateStaticParams (line 18) | function generateStaticParams() { FILE: apps/docs/src/app/manifest.ts function manifest (line 3) | function manifest(): MetadataRoute.Manifest { FILE: apps/docs/src/app/og/docs/[...slug]/route.tsx function GET (line 8) | async function GET( function generateStaticParams (line 33) | function generateStaticParams() { FILE: apps/docs/src/app/og/route.tsx function GET (line 6) | async function GET(_req: Request) { FILE: apps/docs/src/app/sitemap.ts function sitemap (line 13) | async function sitemap(): Promise { FILE: apps/docs/src/components/ConfigDemo.tsx type FileNode (line 122) | interface FileNode { function buildFileTree (line 128) | function buildFileTree(paths: string[]): FileNode { function renderFileTree (line 158) | function renderFileTree(node: FileNode): React.ReactNode { function ConfigDemo (line 174) | function ConfigDemo() { FILE: apps/docs/src/components/ai/page-actions.tsx function LLMCopyButton (line 11) | function LLMCopyButton({ function ViewOptions (line 60) | function ViewOptions({ FILE: apps/docs/src/components/mdx/mermaid.tsx function Mermaid (line 6) | function Mermaid({ chart }: { chart: string }) { function cachePromise (line 19) | function cachePromise(key: string, setPromise: () => Promise): Pro... function MermaidContent (line 28) | function MermaidContent({ chart }: { chart: string }) { FILE: apps/docs/src/lib/layout.shared.tsx function baseOptions (line 4) | function baseOptions(): BaseLayoutProps { FILE: apps/docs/src/lib/source.ts function getPageImage (line 12) | function getPageImage(page: InferPageType) { function getLLMText (line 21) | async function getLLMText(page: InferPageType) { FILE: apps/docs/src/mdx-components.tsx function getMDXComponents (line 18) | function getMDXComponents(components?: MDXComponents): MDXComponents { FILE: apps/legacy-docs/pages/_app.tsx function App (line 1) | function App({ Component, pageProps }) { FILE: apps/legacy-docs/pages/api/og.tsx function handler (line 18) | async function handler( FILE: apps/legacy-docs/theme.config.tsx method head (line 14) | head() { FILE: examples/next/app/layout.tsx function RootLayout (line 3) | function RootLayout({ FILE: examples/next/app/page.tsx function Web (line 10) | function Web() { FILE: examples/qwik-app/vite.config.ts type PkgDep (line 12) | type PkgDep = Record; function errorOnDuplicatesPkgDeps (line 72) | function errorOnDuplicatesPkgDeps( FILE: examples/react-native-app/app/(tabs)/_layout.tsx function TabLayout (line 11) | function TabLayout() { FILE: examples/react-native-app/app/(tabs)/explore.tsx function TabTwoScreen (line 11) | function TabTwoScreen() { FILE: examples/react-native-app/app/(tabs)/index.tsx function HomeScreen (line 10) | function HomeScreen() { FILE: examples/react-native-app/app/+not-found.tsx function NotFoundScreen (line 7) | function NotFoundScreen() { FILE: examples/react-native-app/app/_layout.tsx function RootLayout (line 9) | function RootLayout() { FILE: examples/react-native-app/components/Collapsible.tsx function Collapsible (line 10) | function Collapsible({ children, title }: PropsWithChildren & { title: s... FILE: examples/react-native-app/components/ExternalLink.tsx type Props (line 6) | type Props = Omit, 'href'> & { href: Href & ... function ExternalLink (line 8) | function ExternalLink({ href, ...rest }: Props) { FILE: examples/react-native-app/components/HapticTab.tsx function HapticTab (line 5) | function HapticTab(props: BottomTabBarButtonProps) { FILE: examples/react-native-app/components/HelloWave.tsx function HelloWave (line 13) | function HelloWave() { FILE: examples/react-native-app/components/ParallaxScrollView.tsx constant HEADER_HEIGHT (line 14) | const HEADER_HEIGHT = 250; type Props (line 16) | type Props = PropsWithChildren<{ function ParallaxScrollView (line 21) | function ParallaxScrollView({ FILE: examples/react-native-app/components/ThemedText.tsx type ThemedTextProps (line 5) | type ThemedTextProps = TextProps & { function ThemedText (line 11) | function ThemedText({ FILE: examples/react-native-app/components/ThemedView.tsx type ThemedViewProps (line 5) | type ThemedViewProps = ViewProps & { function ThemedView (line 10) | function ThemedView({ style, lightColor, darkColor, ...otherProps }: The... FILE: examples/react-native-app/components/ui/IconSymbol.ios.tsx function IconSymbol (line 4) | function IconSymbol({ FILE: examples/react-native-app/components/ui/IconSymbol.tsx type IconMapping (line 8) | type IconMapping = Record; type Loader (line 5) | type Loader = ( type Content (line 9) | type Content = { FILE: packages/core/src/plugins/clean/plugin.ts type CleanOptions (line 5) | type CleanOptions = { FILE: packages/core/src/plugins/debugger/plugin.ts type DebuggerPluginOptions (line 3) | type DebuggerPluginOptions = { FILE: packages/core/src/plugins/generic/plugin.ts type FileCreationOptions (line 12) | type FileCreationOptions = { type HasRequiredKey (line 19) | type HasRequiredKey = {} extends T ? false : true; type NormalizeOptions (line 21) | type NormalizeOptions = type GenericPluginOptions (line 24) | type GenericPluginOptions = NormalizeOptions< method generate (line 126) | async generate() { FILE: packages/core/src/plugins/native/plugin.ts type ReactNativePluginOptionsInternal (line 8) | type ReactNativePluginOptionsInternal = ComponentNameOptions & { type ReactNativePluginOptions (line 12) | type ReactNativePluginOptions = GenericPluginOptions; FILE: packages/core/src/plugins/react/plugin.ts type ReactPluginOptionsInternal (line 9) | type ReactPluginOptionsInternal = ComponentNameOptions & { type ReactPluginOptions (line 13) | type ReactPluginOptions = GenericPluginOptions; FILE: packages/core/src/plugins/svelte/plugin.ts type SveltePluginOptionsInternal (line 8) | type SveltePluginOptionsInternal = ComponentNameOptions type SveltePluginOptions (line 10) | type SveltePluginOptions = GenericPluginOptions = Promise | T; type MoniconPluginFile (line 9) | type MoniconPluginFile = { type MoniconPluginContext (line 14) | type MoniconPluginContext = T & { type MoniconPluginLoadContext (line 19) | type MoniconPluginLoadContext = MoniconPluginContext<{ type MoniconPluginGenerateContext (line 23) | type MoniconPluginGenerateContext = MoniconPluginContext<{ type MoniconPluginWriteFilesContext (line 27) | type MoniconPluginWriteFilesContext = MoniconPluginContext<{ type MoniconPlugin (line 31) | type MoniconPlugin = (opts: T) => ( type MoniconPluginFunction (line 49) | type MoniconPluginFunction = Awaited>; type MoniconPluginInstance (line 51) | type MoniconPluginInstance = Awaited>; FILE: packages/core/src/plugins/vue/plugin.ts type VuePluginOptionsInternal (line 8) | type VuePluginOptionsInternal = ComponentNameOptions & { type VuePluginOptions (line 12) | type VuePluginOptions = GenericPluginOptions; FILE: packages/core/src/types.ts type MoniconConfig (line 4) | type MoniconConfig = { type CollectionIcon (line 12) | type CollectionIcon = { type Collection (line 18) | type Collection = { type Icon (line 26) | type Icon = { FILE: packages/core/src/utils/config-loader.ts type WatchConfigFileParams (line 7) | type WatchConfigFileParams = { FILE: packages/core/src/utils/name.ts type ComponentNameOptions (line 4) | type ComponentNameOptions = { FILE: packages/core/tsup.config.ts method outExtension (line 18) | outExtension(ctx) { FILE: packages/esbuild/src/index.ts method setup (line 7) | setup(build) { FILE: packages/nuxt/src/index.ts method setup (line 14) | async setup(options, nuxt) { FILE: packages/rspack/src/index.ts class MoniconPlugin (line 6) | class MoniconPlugin extends MoniconWebpackPlugin { method constructor (line 9) | constructor(config?: MoniconConfig) { FILE: packages/vite/src/index.ts method buildStart (line 10) | async buildStart() { FILE: packages/webpack/src/index.ts class MoniconPlugin (line 6) | class MoniconPlugin { method constructor (line 12) | constructor(config?: MoniconConfig) { method apply (line 16) | async apply(compiler: Compiler) {