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 / dist / components / atoms / Icons / Icons.d.ts
Size: Mime:
import React from 'react';
import FlagIcon from './FlagIcon';
import LogoIcon from './LogoIcon';
import PasswordIcon from './PasswordIcon';
import PaymentsCardIcon from './PaymentsCardIcon';
import PlusMinusIcon from './PlusMinusIcon';
import SocialIcon from './SocialIcon';
import SwitchIcon from './SwitchIcon';
interface Props {
    breedType: string;
}
interface States {
}
declare class Icons extends React.PureComponent<Props, States> {
    static defaultProps: {
        breedType: string;
    };
    render(): JSX.Element;
}
export { Icons, FlagIcon, LogoIcon, PasswordIcon, PaymentsCardIcon, SocialIcon, SwitchIcon, PlusMinusIcon, };
export default Icons;