Home / Type/ PaginationLinkProps Type — ui Architecture

PaginationLinkProps Type — ui Architecture

Architecture documentation for the PaginationLinkProps type/interface in pagination.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  65c5a5e5_183b_4298_a252_237078d6fdf7["PaginationLinkProps"]
  36060468_9687_5af1_49d6_60df66585dfe["pagination.tsx"]
  65c5a5e5_183b_4298_a252_237078d6fdf7 -->|defined in| 36060468_9687_5af1_49d6_60df66585dfe
  style 65c5a5e5_183b_4298_a252_237078d6fdf7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/base/ui/pagination.tsx lines 39–42

type PaginationLinkProps = {
  isActive?: boolean
} & Pick<React.ComponentProps<typeof Button>, "size"> &
  React.ComponentProps<"a">

Frequently Asked Questions

What is the PaginationLinkProps type?
PaginationLinkProps is a type/interface in the ui codebase, defined in apps/v4/examples/base/ui/pagination.tsx.
Where is PaginationLinkProps defined?
PaginationLinkProps is defined in apps/v4/examples/base/ui/pagination.tsx at line 39.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free