UNPKG

@realsee/dnalogel

Version:
4 lines (3 loc) 201 B
import type { ItemLabelPluginData, ItemLabel } from '../typings'; /** @description 转成内部所需数据 */ export declare function parseItemLabelPluginData(data: ItemLabelPluginData): ItemLabel[];