UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

3 lines (2 loc) 143 B
import type { TagData } from './index.interface'; export declare const getValueData: (value: Array<string | number | TagData>) => TagData[];