SYMBOL INDEX (93 symbols across 34 files) FILE: src/csr/MDXClient.tsx function MDXClient (line 12) | function MDXClient(props: MDXClientProps): React.JSX.Element { FILE: src/csr/MDXClientAsync.tsx function MDXClientAsync (line 16) | function MDXClientAsync(props: MDXClientAsyncProps): React.JSX.Element { FILE: src/csr/MDXClientLazy.tsx function MDXClientLazy (line 14) | function MDXClientLazy(props: MDXClientProps): React.JSX.Element { FILE: src/csr/hydrate.tsx function hydrate (line 17) | function hydrate({ FILE: src/csr/hydrateAsync.tsx function hydrateAsync (line 23) | function hydrateAsync({ FILE: src/csr/hydrateLazy.tsx function hydrateLazy (line 21) | function hydrateLazy({ FILE: src/csr/requestIdleCallback.d.ts type RequestIdleCallbackHandle (line 9) | type RequestIdleCallbackHandle = number; type RequestIdleCallbackOptions (line 11) | type RequestIdleCallbackOptions = { type RequestIdleCallbackDeadline (line 15) | type RequestIdleCallbackDeadline = { type Window (line 21) | interface Window { FILE: src/csr/serialize.ts function serialize (line 23) | async function serialize< FILE: src/csr/types.ts type Prettify (line 15) | type Prettify = { [K in keyof T]: T[K] } & {}; type SerializeProps (line 17) | type SerializeProps = Record = Record = Record> = { type CompileOptions (line 35) | type CompileOptions = { type CompileMdxOptions (line 55) | type CompileMdxOptions = Omit; type RunOptions (line 57) | type RunOptions = { type RunMdxOptions (line 73) | type RunMdxOptions = Omit = { [K in keyof T]: T[K] } & {}; type EvaluateProps (line 14) | type EvaluateProps = Record = Record>( FILE: tests/ErrorBoundaryClassic.jsx class ErrorBoundary (line 3) | class ErrorBoundary extends React.Component { method constructor (line 4) | constructor(props) { method getDerivedStateFromError (line 12) | static getDerivedStateFromError(error) { method componentDidCatch (line 18) | componentDidCatch(error, errorInfo) { method render (line 22) | render() { FILE: tests/ErrorBoundaryForTests.tsx type ErrorBoundaryProps (line 3) | interface ErrorBoundaryProps { type ErrorBoundaryState (line 9) | interface ErrorBoundaryState { class ErrorBoundary (line 18) | class ErrorBoundary extends React.Component & { components: MDXComponents... method wrapper (line 42) | wrapper(props: React.ComponentProps<"div"> & { components: MDXComponents... method wrapper (line 58) | wrapper() { FILE: tests/utils/index.ts type RenderOptions (line 5) | type RenderOptions = { function renderToStringFromStream (line 14) | async function renderToStringFromStream(