UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

12 lines (11 loc) 207 B
export type UiTableVars = { replenish: number; size: number; data: { key: string; min: number; max: number; width: number; replenish: boolean; }[]; };