volleyball-dev-frontend/node_modules/embla-carousel/cjs/components/Translate.d.ts
2025-06-02 16:42:16 +00:00

8 lines
260 B
TypeScript

import { AxisType } from './Axis';
export type TranslateType = {
clear: () => void;
to: (target: number) => void;
toggleActive: (active: boolean) => void;
};
export declare function Translate(axis: AxisType, container: HTMLElement): TranslateType;