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