active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 357 B
TypeScript
import { OuterContainers } from '../../types/outerContainer';
import { ActiveTable } from '../../activeTable';
export declare class PaginationElements {
static readonly PAGINATION_TEXT_COMPONENT_CLASS = "pagination-text-component";
static create(at: ActiveTable, containers: OuterContainers): void;
}
//# sourceMappingURL=paginationElements.d.ts.map