@awsui/components-react
Version:
On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en
16 lines • 599 B
TypeScript
/// <reference types="react" />
interface UseDynamicOverlapProps {
/**
* Disables hook if not needed. By default, `false`.
*/
disabled?: boolean;
}
/**
* Observes the height of an element referenced by the returning ref and sets the value as overlapping
* height for the surrounding AppLayout component.
* @param props.disabled disables hook if not applicable
* @returns ref to be measured as overlapping height
*/
export declare function useDynamicOverlap(props?: UseDynamicOverlapProps): import("react").MutableRefObject<null>;
export {};
//# sourceMappingURL=index.d.ts.map