Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui-presets / dist / presets / Buttons / ButtonWithIcon / ButtonWithIcon.d.ts
Size: Mime:
import React from 'react';
import { ButtonProps, ButtonState } from '@skava/ui/dist/components/atoms/Button';
declare class ButtonWithIcon extends React.PureComponent<ButtonProps, ButtonState> {
    static defaultProps: {
        breedType: string;
        text: string;
        role: string;
        'aria-label': string;
        'aria-pressed': boolean;
        iconType: string;
    };
    render(): JSX.Element;
}
export { ButtonWithIcon };
export default ButtonWithIcon;