UNPKG

@wordpress/components

Version:
7 lines 225 B
/** * Internal dependencies */ import type { SlotFillRegistry } from './types'; declare const SlotFillContext: import("react").Context<SlotFillRegistry>; export default SlotFillContext; //# sourceMappingURL=context.d.ts.map