UNPKG

@wordpress/components

Version:
5 lines 171 B
import type { SlotKey, SlotRef } from '../types'; export default function useSlot(name: SlotKey): { ref: SlotRef | undefined; }; //# sourceMappingURL=use-slot.d.ts.map