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

Relationship Graph

Source Code

deprecated/www/registry/default/ui/pagination.tsx lines 37–40

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

Frequently Asked Questions

What is the PaginationLinkProps type?
PaginationLinkProps is a type/interface in the ui codebase, defined in deprecated/www/registry/default/ui/pagination.tsx.
Where is PaginationLinkProps defined?
PaginationLinkProps is defined in deprecated/www/registry/default/ui/pagination.tsx at line 37.

Analyze Your Own Codebase

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

Try Supermodel Free