Skip to content

Commit

Permalink
convert Voicing to typescript and the new mixin pattern, phetsims/sce…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 26, 2022
1 parent 827c5fe commit 5cb73f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phet-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ declare var phet: any;
type PaintDef = Paint | Color | string | Property<null | string | Color>;
type ColorDef = Color | string | null | Property<null | string | Color>;

type AlertableDef = string | number | ResponsePacket | Utterance;

type ScreenViewOptions = Partial<{
layoutBounds: Bounds2,
layerSplit: boolean,
Expand Down

0 comments on commit 5cb73f0

Please sign in to comment.