UNPKG

create-next-app-template

Version:

This is a template set up to create Next.js App with fast speed and high performance<br/> The current template is provided in a **page routing** structure.<br/>

17 lines (15 loc) 257 B
interface TransitionType { duration: number; type?: | "ease" | "linear" | "ease-in" | "ease-out" | "ease-in-out" | "step-start" | "step-end" | "steps" | "cubic-bezier" | string; } export type { TransitionType };