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

12 lines (10 loc) 249 B
interface TrafficType { all?: number | string; horizontal?: number | string; vertical?: number | string; top?: number | string; bottom?: number | string; left?: number | string; right?: number | string; } export type { TrafficType };