Skip to content

Commit 6303e17

Browse files
author
catepalmer
committed
Change allowZeroExpanded from optional to non-optional property in AccordionContainer type
1 parent a3aadd0 commit 6303e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AccordionContainer/AccordionContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export type ProviderProps = {
2727

2828
export type AccordionContainer = {
2929
allowMultipleExpanded: boolean;
30-
allowZeroExpanded?: boolean;
30+
allowZeroExpanded: boolean;
3131
items: Item[];
3232
addItem(item: Item): void;
3333
removeItem(uuid: UUID): void;

0 commit comments

Comments
 (0)