Repository URL to install this package:
|
Version:
0.0.14 ▾
|
/// <reference types="react" />
import { ButtonProps } from '../typings';
declare const BlueButton: import("styleh-components").StyledComponentClass<Pick<{}, never> & Pick<any, import("react").ReactText> & ButtonProps, any, Pick<{}, never> & Pick<any, import("react").ReactText> & ButtonProps>;
export { BlueButton };
export default BlueButton;