UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

12 lines (11 loc) 256 B
export interface IPaginatorItem { title: string; value?: any; page?: number; iconName?: string; pageRows?: number[][]; style?: string; action?: (event: any) => boolean; popupWidth?: number; useVirtualScroll?: boolean; }