9 lines
380 B
TypeScript
9 lines
380 B
TypeScript
export { AnimatedModel, useAnimatedModel } from "./AnimatedModel";
|
|
export type { AnimatedModelConfig } from "./AnimatedModel";
|
|
|
|
export { SimpleModel } from "./SimpleModel";
|
|
export type { SimpleModelConfig } from "./SimpleModel";
|
|
|
|
export { useCharacterAnimation } from "@/hooks/useCharacterAnimation";
|
|
export type { CharacterAnimationConfig } from "@/hooks/useCharacterAnimation";
|