Skip to content

Commit

Permalink
Update Typescript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Mar 19, 2019
1 parent 8d94a34 commit 5c40b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ declare module '@elastic/eui' {
*/

export type EuiButtonGroupIdToSelectedMap = { [id: string]: boolean };
export type GroupButtonSize = 's' | 'm';
export type GroupButtonSize = 's' | 'l';

export interface EuiButtonGroupOption {
id: string,
Expand Down

0 comments on commit 5c40b88

Please sign in to comment.