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

Relationship Graph

Source Code

apps/v4/examples/radix/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/radix/ui/pagination.tsx.
Where is PaginationLinkProps defined?
PaginationLinkProps is defined in apps/v4/examples/radix/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