UNPKG

double-ui-vue

Version:
9 lines (8 loc) 208 B
export interface Item { id: string; name: string; disabled?: boolean; [key: string]: any; } declare const GetPopoverContent: (data: Item[] | Item) => string; export default GetPopoverContent;