UNPKG

tyh-ui2

Version:

The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.

8 lines (6 loc) 141 B
export type Align = 'left' | 'right' | 'center' export interface columnsInterface { title: string key: string width?: string }