Skip to content

Commit

Permalink
[typescript] Update class keys (#10659)
Browse files Browse the repository at this point in the history
* [typescript] Update class key (#10636)

* 'helperText' and 'label' don't exist in the TextField
  • Loading branch information
lukePeavey authored and oliviertassinari committed Mar 15, 2018
1 parent e24086b commit eea2ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ButtonBase/ButtonBase.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface ButtonBaseProps
TouchRippleProps?: Partial<TouchRippleProps>;
}

export type ButtonBaseClassKey = 'root' | 'disabled';
export type ButtonBaseClassKey = 'root' | 'disabled' | 'keyboardFocused';

declare const ButtonBase: React.ComponentType<ButtonBaseProps>;

Expand Down

0 comments on commit eea2ecc

Please sign in to comment.