UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

11 lines (10 loc) 249 B
import { ItemProps } from '../types'; /** * hook * * @param props 组件属性 */ export declare const useCollapseItem: (props: ItemProps) => { isExpanded: import('vue').ComputedRef<boolean | undefined>; handleShowHandle: () => void; };