UNPKG

@nlabs/arkhamjs-utils-react

Version:

ArkhamJS React Utilities

6 lines (5 loc) 159 B
export declare const getComponentSize: (element: any) => { height: any; width: any; }; export declare const useComponentSize: (component: any) => any;