Repository URL to install this package:
|
Version:
2.8.4 ▾
|
import React from 'react';
import { ButtonProps, ButtonState } from 'atoms/Button';
declare class GhostButton extends React.PureComponent<ButtonProps, ButtonState> {
static defaultProps: {
breedType: string;
text: string;
role: string;
'aria-label': string;
'aria-pressed': boolean;
};
render(): JSX.Element;
}
export { GhostButton };
export default GhostButton;