UNPKG

@umbraco-ui/uui-pagination

Version:

Umbraco UI pagination component. By implementing a resizeObserver it changes the number of visible buttons to fit the width of the container it sits in. Based on uui-button and uui-button-group.

7 lines (6 loc) 308 B
import { UUIEvent } from '@umbraco-ui/uui-base/lib/events'; import { UUIPaginationElement } from './uui-pagination.element'; export declare class UUIPaginationEvent extends UUIEvent<{}, UUIPaginationElement> { static readonly CHANGE = "change"; constructor(evName: string, eventInit?: any | null); }