SYMBOL INDEX (17 symbols across 10 files) FILE: src/index.ts type TemplateName (line 40) | type TemplateName = keyof typeof templates; FILE: templates/react/src/index.tsx type ThingProps (line 3) | interface ThingProps { FILE: test/cli.test.ts constant CLI_PATH (line 5) | const CLI_PATH = path.resolve(__dirname, '../dist/index.js'); FILE: test/e2e.test.ts constant CLI_PATH (line 8) | const CLI_PATH = path.resolve(__dirname, '../dist/index.js'); constant TEMPLATES_PATH (line 9) | const TEMPLATES_PATH = path.resolve(__dirname, '../templates'); constant LONG_TIMEOUT (line 12) | const LONG_TIMEOUT = 60000; function runCLI (line 15) | function runCLI(args: string, options: { cwd?: string; timeout?: number ... function runCLIWithExitCode (line 26) | function runCLIWithExitCode( function createTempDir (line 51) | function createTempDir(prefix: string): string { FILE: website/app/(home)/layout.tsx function Layout (line 5) | function Layout({ children }: { children: ReactNode }) { FILE: website/app/(home)/page.tsx function HomePage (line 119) | function HomePage() { FILE: website/app/docs/[[...slug]]/page.tsx function Page (line 7) | async function Page(props: { function generateStaticParams (line 25) | async function generateStaticParams() { function generateMetadata (line 29) | async function generateMetadata(props: { FILE: website/app/docs/layout.tsx function Layout (line 6) | function Layout({ children }: { children: ReactNode }) { FILE: website/app/layout.tsx function Layout (line 57) | function Layout({ children }: { children: React.ReactNode }) { FILE: website/mdx-components.tsx function useMDXComponents (line 4) | function useMDXComponents(components: MDXComponents): MDXComponents {