UNPKG

ontotext-reusable-ui-components

Version:

Unified reusable UI components designed for the Ontotext ecosystem.

6 lines (5 loc) 106 B
export declare type PaginatorData = { length: number; pageIndex: number; pageSize: number; };