@clayui/shared
Version:
ClayShared component
10 lines (9 loc) • 342 B
TypeScript
/**
* SPDX-FileCopyrightText: © 2022 Liferay, Inc. <https://liferay.com>
* SPDX-License-Identifier: BSD-3-Clause
*/
export declare function isMac(): boolean;
export declare function isIPhone(): boolean;
export declare function isIPad(): boolean;
export declare function isIOS(): boolean;
export declare function isAppleDevice(): boolean;