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

15 lines (14 loc) 182 B
export type LayoutElementType = | "div" | "main" | "section" | "article" | "form" | "header" | "footer" | "aside" | "nav" | "ul" | "ol" | "li" | "address";