Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 17, 2021
1 parent b234580 commit b3064a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phet-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,9 @@ type AccordionBoxOptions = {
titleXSpacing: number
} & NodeOptions;

type CheckboxOptions = {} & NodeOptions;
type CheckboxOptions = {} & NodeOptions;

type QSMType = {
getAll: ( a: any ) => any
};
declare var QueryStringMachine: QSMType;

0 comments on commit b3064a8

Please sign in to comment.