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

7 lines (6 loc) 90 B
export type ShadowType = { x?: number; y: number; blur: number; color: string; };