UNPKG

@gobistories/gobi-web-integration

Version:

This library will let you put your Gobi stories on your site.

7 lines (6 loc) 176 B
/// <reference types="react" /> export interface SizeContext { height: number; width: number; } export declare const sizeContext: import("react").Context<SizeContext>;