Skip to content

Commit

Permalink
Merge pull request #1288 from mattrossman/matt/expression-binds
Browse files Browse the repository at this point in the history
Expose `VRMExpressionBind*` classes
  • Loading branch information
yue4u authored Sep 13, 2023
2 parents 358ff2a + 91b0a02 commit d07a9bb
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 d07a9bb

Please sign in to comment.