@wordpress/components
Version:
UI components for WordPress.
11 lines • 344 B
TypeScript
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