Skip to content

Commit 6ae7628

Browse files
committed
regenerate types
1 parent 2a6dbed commit 6ae7628

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/svelte/types/index.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,12 +2079,6 @@ declare module 'svelte/transition' {
20792079
duration?: number | ((len: number) => number);
20802080
easing?: EasingFunction;
20812081
}
2082-
/**
2083-
* https://svelte.dev/docs/svelte-easing
2084-
* */
2085-
export function cubic_in_out(t: number): number;
2086-
2087-
export function split_css_unit(value: number | string): [number, string];
20882082
/**
20892083
* Animates a `blur` filter alongside an element's opacity.
20902084
*

0 commit comments

Comments
 (0)