MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / EntityPaginationProps

Interface EntityPaginationProps

src/components/entity-components.tsx:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132};
133
134interface EntityPaginationProps {
135 page: number;
136 totalPages: number;
137 onPageChange: (page: number) => void;
138 disabled?: boolean;
139};
140
141export const EntityPagination = ({
142 page,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected