PaginationLinkProps Type — ui Architecture
Architecture documentation for the PaginationLinkProps type/interface in pagination.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD e5d9242f_ad59_1b1f_488c_8a96191572e5["PaginationLinkProps"] 0eda7fd5_0553_91f1_94ce_76e4dfcddc7a["pagination.tsx"] e5d9242f_ad59_1b1f_488c_8a96191572e5 -->|defined in| 0eda7fd5_0553_91f1_94ce_76e4dfcddc7a style e5d9242f_ad59_1b1f_488c_8a96191572e5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/ui/pagination.tsx lines 37–40
type PaginationLinkProps = {
isActive?: boolean
} & Pick<ButtonProps, "size"> &
React.ComponentProps<"a">
Source
Frequently Asked Questions
What is the PaginationLinkProps type?
PaginationLinkProps is a type/interface in the ui codebase, defined in deprecated/www/registry/new-york/ui/pagination.tsx.
Where is PaginationLinkProps defined?
PaginationLinkProps is defined in deprecated/www/registry/new-york/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