9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type BackgroundRepeatType = 
  | "repeat"
  | "repeat-x"
  | "repeat-y"
  | "no-repeat"
  | CSSWideKeywords;

Defined in: core-types/index.ts

Previous
AutofillType