UNPKG

protvista-datatable

Version:

[![Published on NPM](https://img.shields.io/npm/v/protvista-datatable.svg)](https://www.npmjs.com/package/protvista-datatable)

5 lines (4 loc) 138 B
export interface ProtvistaManager extends HTMLElement { register: (el: HTMLElement) => void; unregister: (el: HTMLElement) => void; }