UNPKG

@clayui/shared

Version:
9 lines (8 loc) 267 B
/** * SPDX-FileCopyrightText: © 2021 Liferay, Inc. <https://liferay.com> * SPDX-License-Identifier: BSD-3-Clause */ /** * Adds a height style that triggers a transition when collapsed */ export declare function setElementFullHeight(element: HTMLElement): void;