UNPKG

@realsee/dnalogel

Version:
5 lines (4 loc) 276 B
import type { FivePlugin } from '@realsee/five'; import type { ItemLabelPluginExportReturnsType, ItemLabelPluginParametersType } from './typings'; export declare const Plugin: FivePlugin<ItemLabelPluginParametersType, ItemLabelPluginExportReturnsType>; export default Plugin;