PaginationLinkProps Type — ui Architecture
Architecture documentation for the PaginationLinkProps type/interface in pagination.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 560f8c8f_084e_8bd3_7e45_8fd0fe316193["PaginationLinkProps"] c5573beb_4d1f_82a7_139a_1510ca04f72c["pagination.tsx"] 560f8c8f_084e_8bd3_7e45_8fd0fe316193 -->|defined in| c5573beb_4d1f_82a7_139a_1510ca04f72c style 560f8c8f_084e_8bd3_7e45_8fd0fe316193 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/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/base/ui/pagination.tsx.
Where is PaginationLinkProps defined?
PaginationLinkProps is defined in apps/v4/registry/bases/base/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