UNPKG

tav-ui

Version:
6 lines (5 loc) 228 B
import { type Slots } from 'vue'; export declare function useSlotKeys(slots: Slots, prefix: string, filterPrefix?: string): { getSlotKeys: import("vue").ComputedRef<string[]>; replaceSlotKey: (key: string) => string; };