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

13 lines (11 loc) 162 B
type MediaQueryType<T> = { w1440?: T; w1200?: T; w1080?: T; w768?: T; w600?: T; w438?: T; w375?: T; w360?: T; }; export type { MediaQueryType };