UNPKG

@wordpress/components

Version:
9 lines 243 B
export default useSlot; /** * React hook returning the active slot given a name. * * @param {string} name Slot name. * @return {Object} Slot object. */ declare function useSlot(name: string): Object; //# sourceMappingURL=use-slot.d.ts.map