UNPKG

element-plus

Version:

A Component Library for Vue 3

5 lines (4 loc) 198 B
import type { FunctionalComponent } from 'vue'; import type { TableV2HeaderCell } from '../header-cell'; declare const HeaderCell: FunctionalComponent<TableV2HeaderCell>; export default HeaderCell;