Repository URL to install this package:
|
Version:
0.0.7 ▾
|
import React from 'react';
import { ButtonWithIconProps } from '../typings';
declare class ButtonWithIcon extends React.PureComponent<ButtonWithIconProps> {
render(): JSX.Element;
}
export { ButtonWithIcon };
export default ButtonWithIcon;