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

Relationship Graph

Source Code

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