UNPKG

@clayui/button

Version:
10 lines (9 loc) 348 B
/** * SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com> * SPDX-License-Identifier: BSD-3-Clause */ import Button, { IProps } from './Button'; import ClayButtonWithIcon, { Props } from './ButtonWithIcon'; export type { Props as ButtonWithIconProps, IProps as ButtonProps }; export { ClayButtonWithIcon }; export default Button;