Skip to content

Commit

Permalink
Get rid of AccordionBoxOptions from phet-types.d.ts, #738
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 2, 2022
1 parent e40bd10 commit 6482ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/AccordionBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type SelfOptions = {
titleBarExpandCollapse?: boolean;

// {*|null} options passed to ExpandCollapseButton constructor
expandCollapseButtonOptions?: any;
expandCollapseButtonOptions?: ExpandCollapseButtonOptions;

// expand/collapse button layout
buttonAlign?: 'left' | 'right';
Expand Down

0 comments on commit 6482ecc

Please sign in to comment.