Skip to content

Commit

Permalink
Updating API.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmakoto committed May 21, 2021
1 parent 7545114 commit fa958a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-button/etc/react-button.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const Button: React_2.FunctionComponent<ButtonProps & React_2.RefAttribut
export type ButtonProps = ComponentProps & React_2.ButtonHTMLAttributes<HTMLElement> & {
icon?: ShorthandProps<React_2.HTMLAttributes<HTMLSpanElement>>;
disabled?: boolean;
iconOnly?: boolean;
iconPosition?: 'before' | 'after';
primary?: boolean;
size?: 'small' | 'medium' | 'large';
Expand All @@ -34,6 +33,7 @@ export interface ButtonState extends ButtonProps {
children?: ObjectShorthandProps<React_2.HTMLAttributes<HTMLSpanElement>>;
// (undocumented)
icon?: ObjectShorthandProps<React_2.HTMLAttributes<HTMLSpanElement>>;
iconOnly?: boolean;
// (undocumented)
ref: React_2.Ref<HTMLElement>;
}
Expand Down

0 comments on commit fa958a0

Please sign in to comment.