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
  ebb1c252_7790_92c1_1807_bddb3deae04b["PaginationLinkProps"]
  61a3e142_16cd_6db2_747f_39c9c0364ef0["pagination.tsx"]
  ebb1c252_7790_92c1_1807_bddb3deae04b -->|defined in| 61a3e142_16cd_6db2_747f_39c9c0364ef0
  style ebb1c252_7790_92c1_1807_bddb3deae04b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/pagination.tsx lines 40–43

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/registry/new-york-v4/ui/pagination.tsx.
Where is PaginationLinkProps defined?
PaginationLinkProps is defined in apps/v4/registry/new-york-v4/ui/pagination.tsx at line 40.

Analyze Your Own Codebase

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

Try Supermodel Free