@dndbuilder.com/react
Version:
Drag and drop builder for React
12 lines • 505 B
TypeScript
export declare const FrameContext: import('react').Context<{
document: Document | undefined;
window: (Window & typeof globalThis) | undefined;
}>;
export declare const FrameContextProvider: import('react').Provider<{
document: Document | undefined;
window: (Window & typeof globalThis) | undefined;
}>, FrameContextConsumer: import('react').Consumer<{
document: Document | undefined;
window: (Window & typeof globalThis) | undefined;
}>;
//# sourceMappingURL=frame-context.d.ts.map