UNPKG

active-table-react

Version:

Active Table wrapper for React

13 lines 397 B
import { ActiveTable as ActiveTableCore } from 'active-table'; import { createComponent } from '@lit-labs/react'; import * as React from 'react'; export const ActiveTable = createComponent({ tagName: 'active-table', elementClass: ActiveTableCore, react: React, events: { onactivate: 'activate', onchange: 'change', }, }); //# sourceMappingURL=activeTable.js.map