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/packages / ui / Button / BlueButton / styled.d.ts
Size: Mime:
import { ButtonProps } from '../typings';
declare const BlueButton: import("styleh-components").StyledComponentClass<Pick<{}, never> & Pick<any, string | number> & ButtonProps, any, Pick<{}, never> & Pick<any, string | number> & ButtonProps>;
export { BlueButton };
export default BlueButton;