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

11 lines (10 loc) 403 B
interface BackgroundType { fill?: never | string; imageUrl?: never | string; repeat?: 'repeat-x' | 'repeat-y' | 'repeat' | 'space' | 'round' | 'no-repeat'; size?: 'contain' | 'cover' | string; position?: 'top' | 'bottom' | 'center' | 'left' | 'right' | 'string'; clip?: 'border-box' | 'padding-box' | 'content-box' | 'initial' | 'inherit'; blur?: number; } export type { BackgroundType };