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>

7 lines (5 loc) 210 B
import { Ref } from 'vue'; import { Slots } from '../element/types'; export declare function useFormComponentSlots(props: Record<any, any>, slots: Slots, slotKeys: string[]): { scopedSlots: Ref<Slots>; };