database-petani-mobile/node_modules/embla-carousel/esm/components/Translate.d.ts
2026-02-23 16:39:35 +07:00

8 lines
263 B
TypeScript

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