Skip to content

Commit

Permalink
Expose VRMExpressionBind* classes
Browse files Browse the repository at this point in the history
Resolves #1287
  • Loading branch information
mattrossman committed Sep 11, 2023
1 parent 358ff2a commit 91b0a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/three-vrm-core/src/expressions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ export { VRMExpression } from './VRMExpression';
export type { VRMExpressionBind } from './VRMExpressionBind';
export { VRMExpressionLoaderPlugin } from './VRMExpressionLoaderPlugin';
export { VRMExpressionManager } from './VRMExpressionManager';
export type { VRMExpressionMaterialColorBind } from './VRMExpressionMaterialColorBind';
export { VRMExpressionMaterialColorBind } from './VRMExpressionMaterialColorBind';
export { VRMExpressionMaterialColorType } from './VRMExpressionMaterialColorType';
export type { VRMExpressionMorphTargetBind } from './VRMExpressionMorphTargetBind';
export { VRMExpressionMorphTargetBind } from './VRMExpressionMorphTargetBind';
export { VRMExpressionOverrideType } from './VRMExpressionOverrideType';
export { VRMExpressionPresetName } from './VRMExpressionPresetName';
export type { VRMExpressionTextureTransformBind } from './VRMExpressionTextureTransformBind';
export { VRMExpressionTextureTransformBind } from './VRMExpressionTextureTransformBind';

0 comments on commit 91b0a02

Please sign in to comment.