UNPKG

ontotext-reusable-ui-components

Version:

Unified reusable UI components designed for the Ontotext ecosystem.

9 lines (8 loc) 148 B
/** * Selection column interface * * @param {string} label - the label of the column */ export interface SelectionColumn { label: string; }