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/>

10 lines (9 loc) 167 B
interface GradientType { type?: "linear" | "radial"; colors: Array<{ color: string; stop?: number; }>; degree: number; } export type { GradientType };