Export the EasingFunction type (#6056)

pull/6128/head
AmirHossein Ahmadi 4 years ago committed by GitHub
parent dd7b5afbf0
commit e6d9c5f0e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
import { cubicOut, cubicInOut, linear } from 'svelte/easing';
import { assign, is_function } from 'svelte/internal';
type EasingFunction = (t: number) => number;
export type EasingFunction = (t: number) => number;
export interface TransitionConfig {
delay?: number;

Loading…
Cancel
Save