Files
La-Fabrik/src/components/3d/index.ts
T
math-pixel 9ada4298c3 wip
2026-04-28 16:54:00 +02:00

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";