UNPKG

@wordpress/components

Version:
11 lines 331 B
export const SlotFillContext: import("react").Context<{ registerSlot: () => void; unregisterSlot: () => void; registerFill: () => void; unregisterFill: () => void; getSlot: () => void; getFills: () => void; subscribe: () => void; }>; export default SlotFillContext; //# sourceMappingURL=context.d.ts.map