UNPKG

@difizen/mana-core

Version:

8 lines 273 B
/// <reference types="react" /> import type { View } from './view-protocol'; export type Size = { width?: number; height?: number; }; export declare function useViewSize(view: View, ref: React.ForwardedRef<HTMLDivElement>): void; //# sourceMappingURL=hooks.d.ts.map