wix-style-react
Version:
wix-style-react
21 lines • 739 B
TypeScript
export function includes(val: any, arr: any): any;
export function normalizeIndex(idx: any, len: any, wrap?: boolean): number;
export const values: {
<T>(o: {
[s: string]: T;
} | ArrayLike<T>): T[];
(o: {}): any[];
};
export function nop(): void;
export function easeOutQuint(t: any): number;
export function isWhollyInView(parent: any): (child?: {
getBoundingClientRect: () => {};
}) => boolean;
export function animate(el: any, { delta, immediate, duration, easing, prop, }?: {
delta?: number | undefined;
immediate?: boolean | undefined;
duration?: number | undefined;
easing?: ((t: any) => number) | undefined;
prop?: string | undefined;
}): Promise<any>;
//# sourceMappingURL=utils.d.ts.map