@realsee/dnalogel
Version:
10 lines (9 loc) • 382 B
TypeScript
import ItemLabelPlugin from './Plugin';
export { ItemLabelPlugin };
export default ItemLabelPlugin;
export declare const itemLabelPluginServerParams: {
name: string;
version: number;
};
export type { ItemLabelPluginParametersType, ItemLabelPluginData, ItemLabelPluginExportReturnsType } from './typings';
export { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE } from './typings';