UNPKG

@nlabs/arkhamjs-utils-react

Version:

ArkhamJS React Utilities

9 lines 288 B
/** * Copyright (c) 2019-Present, Nitrogen Labs, Inc. * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms. */ export interface WindowSize { readonly height: number; readonly width: number; } //# sourceMappingURL=useWindowSize.types.d.ts.map