# API Reference
This document covers the production API exported from `src/components/graph/index.ts`.
## Entry Point
```ts
import {
GraphView,
defaultGraphPreset,
defaultGraphTheme,
type GraphLink,
type GraphNode,
type GraphNodeMetadata,
type GraphNodeType,
type GraphPreset,
type GraphTheme,
type GraphViewMode,
type GraphViewProps,
type GraphViewport,
type GraphCameraFocusOptions,
type GraphGrowthAnimationOptions,
type GraphGrowthTimestamp,
type GraphViewRef
} from '@eunjjang/ograph';
```
Do not import from internal source files in a consumer app. The debug harness and mock generators are intentionally excluded from the package boundary.
## Component
### `GraphView`
```tsx
```
`GraphView` is a client-side React component that renders a graph onto a `