PaginationLinkProps Type — ui Architecture
Architecture documentation for the PaginationLinkProps type/interface in pagination.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 9b6e6988_6a84_253d_9992_cf03a1504fb4["PaginationLinkProps"] 1b1c5d6f_f820_ddea_04ab_fcdafb0fca65["pagination.tsx"] 9b6e6988_6a84_253d_9992_cf03a1504fb4 -->|defined in| 1b1c5d6f_f820_ddea_04ab_fcdafb0fca65 style 9b6e6988_6a84_253d_9992_cf03a1504fb4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/pagination.tsx lines 39–42
type PaginationLinkProps = {
isActive?: boolean
} & Pick<React.ComponentProps<typeof Button>, "size"> &
React.ComponentProps<"a">
Source
Frequently Asked Questions
What is the PaginationLinkProps type?
PaginationLinkProps is a type/interface in the ui codebase, defined in apps/v4/registry/bases/radix/ui/pagination.tsx.
Where is PaginationLinkProps defined?
PaginationLinkProps is defined in apps/v4/registry/bases/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