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>

8 lines (6 loc) 266 B
import { TableCol } from '../../../types'; export declare function useToolBarTableCols(props: any, emit: any): { checkedTableCols: globalThis.Ref<string[]>; handleReset: () => void; handleDataChange: (val: TableCol[], tableCols: TableCol[]) => void; };