UNPKG

@realsee/dnalogel

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