Skip to content

Commit

Permalink
export Association, see phetsims/scenery-phet#863
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Aug 13, 2024
1 parent 1bd0dd6 commit 0b0f04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/accessibility/pdom/ParallelDOM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ type PDOMClass = {
options: SetPDOMClassOptions;
};

type Association = {
export type Association = {
otherNode: Node;
otherElementName: string;
thisElementName: string;
Expand Down
2 changes: 1 addition & 1 deletion js/imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export { default as Saturate } from './filters/Saturate.js';
export { default as Sepia } from './filters/Sepia.js';

export { default as ParallelDOM, ACCESSIBILITY_OPTION_KEYS } from './accessibility/pdom/ParallelDOM.js';
export type { ParallelDOMOptions, PDOMValueType, LimitPanDirection, PDOMBehaviorFunction } from './accessibility/pdom/ParallelDOM.js';
export type { ParallelDOMOptions, PDOMValueType, LimitPanDirection, PDOMBehaviorFunction, Association } from './accessibility/pdom/ParallelDOM.js';
export { default as Node, REQUIRES_BOUNDS_OPTION_KEYS } from './nodes/Node.js';
export type { NodeOptions, NodeBoundsBasedTranslationOptions, NodeTranslationOptions, NodeTransformOptions, RendererType } from './nodes/Node.js';
export { default as Picker } from './util/Picker.js';
Expand Down

0 comments on commit 0b0f04e

Please sign in to comment.