Skip to content

Commit

Permalink
Change allowZeroExpanded from optional to non-optional property in Ac…
Browse files Browse the repository at this point in the history
…cordionContainer type
  • Loading branch information
catepalmer committed Jan 21, 2019
1 parent a3aadd0 commit 6303e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AccordionContainer/AccordionContainer.tsx
Expand Up @@ -27,7 +27,7 @@ export type ProviderProps = {

export type AccordionContainer = {
allowMultipleExpanded: boolean;
allowZeroExpanded?: boolean;
allowZeroExpanded: boolean;
items: Item[];
addItem(item: Item): void;
removeItem(uuid: UUID): void;
Expand Down

0 comments on commit 6303e17

Please sign in to comment.