/*! * Ecctrl * https://github.com/pmndrs/ecctrl * * SPDX-FileCopyrightText: 2023-2026 Erdong Chen * SPDX-License-Identifier: MIT */ export { default as Ecctrl } from "./character/Ecctrl"; export type { EcctrlProps, EcctrlHandle } from "./character/Ecctrl"; export * from "./character/animation"; export type { MovementInput, ReadonlyMovementInput } from "./character/types"; export type { EcctrlUserDataType } from "./shared/types";