UNPKG

@wordpress/components

Version:
11 lines 344 B
export default SlotFillContext; declare const SlotFillContext: import("react").Context<{ slots: Map<any, any>; fills: Map<any, any>; registerSlot: () => void; updateSlot: () => void; unregisterSlot: () => void; registerFill: () => void; unregisterFill: () => void; }>; //# sourceMappingURL=slot-fill-context.d.ts.map