UNPKG

@keycloakify/keycloak-account-ui

Version:
13 lines (12 loc) 523 B
type LinkedAccountsToolbarProps = { onFilter: (nameFilter: string) => void; count: number; first: number; max: number; onNextClick: (page: number) => void; onPreviousClick: (page: number) => void; onPerPageSelect: (max: number, first: number) => void; hasNext: boolean; }; export declare const LinkedAccountsToolbar: ({ count, first, max, onNextClick, onPreviousClick, onPerPageSelect, onFilter, hasNext, }: LinkedAccountsToolbarProps) => import("react/jsx-runtime").JSX.Element; export {};