Blame view

天文台pc/tianwentai-ui/node_modules/embla-carousel/cjs/components/Translate.d.ts 260 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  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;