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 (8 loc) 230 B
interface PositionType { type?: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'; top?: string | number; bottom?: string | number; left?: string | number; right?: string | number; } export type { PositionType };