import { SingleTimingFunction, StringHack } from "./index"; export type SingleTransition = SingleTimingFunction | "all" | "none" | StringHack;