UNPKG

element-plus

Version:

A Component Library for Vue3.0

16 lines (13 loc) 260 B
import { Store, AnyObject, fn } from '../table.type' interface TableBodyProps { store: Store stripe?: boolean context: AnyObject rowClassName: string | fn rowStyle: AnyObject | fn fixed: string highlight: boolean } export { TableBodyProps, }