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>

9 lines (7 loc) 301 B
import { CrudProps } from '../props'; export declare function useFormColumns(props: CrudProps): { addFormColumns: globalThis.ComputedRef<any>; editFormColumns: globalThis.ComputedRef<any>; searchFormColumns: globalThis.ComputedRef<any>; detailColumns: globalThis.ComputedRef<any>; };