UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

6 lines (5 loc) 231 B
export declare type PaginationIconConfig = { shape: string; direction: 'up' | 'right' | 'down' | 'left'; }; export declare function getPaginationIconConfig(action: 'first' | 'prev' | 'next' | 'last'): PaginationIconConfig;