UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

6 lines (4 loc) 192 B
import { TableColumnProps } from '../props'; export declare function useTableColumnSlots(props: TableColumnProps, slots: any, emit: any): { scopedSlots: import('vue').ShallowRef<any>; };