Skip to content

Commit

Permalink
fix(Accordion): typings inverted to boolean (#1758)
Browse files Browse the repository at this point in the history
Tiny fix for typings, inverted type incorrectly set to string.
  • Loading branch information
Mark Crawshaw authored and levithomason committed Jun 12, 2017
1 parent a172c1f commit 839ba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Accordion/Accordion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface AccordionProps {
fluid?: boolean;

/** Format for dark backgrounds. */
inverted?: string;
inverted?: boolean;

/**
* Called when a panel title is clicked.
Expand Down

0 comments on commit 839ba44

Please sign in to comment.