UNPKG

@adobe/uxp-optimized

Version:

Library of react components optimized for Adobe's Unified Extensibility Platform

3 lines (2 loc) 167 B
/// <reference types="react" /> export default function useSize<T extends HTMLElement>(ref: React.RefObject<T>, callback: (t: T) => void, dependencies?: any[]): void;