@clayui/button
Version:
ClayButton component
10 lines (9 loc) • 348 B
TypeScript
/**
* 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;