@clayui/shared
Version:
ClayShared component
11 lines (10 loc) • 307 B
TypeScript
/**
* SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com>
* SPDX-License-Identifier: BSD-3-Clause
*/
import React from 'react';
declare type Props = {
parentRef: React.RefObject<HTMLDivElement>;
};
export declare const MouseSafeArea: ({ parentRef }: Props) => JSX.Element;
export {};