v1.0 with SW PWA enabled
This commit is contained in:
7
frontend/node_modules/embla-carousel/components/Translate.d.ts
generated
vendored
Normal file
7
frontend/node_modules/embla-carousel/components/Translate.d.ts
generated
vendored
Normal file
@ -0,0 +1,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;
|
||||
Reference in New Issue
Block a user