Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 422 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 422 Bytes

@themeables/background

What is a themeable? You can find more in the @themeables readme

Properties that the theme function for the @themeables/background should return:

type TThemeableBackground = {
  color: TColor,
  topLeftRadius?: number,
  topRightRadius?: number,
  bottomRightRadius?: number,
  bottomLeftRadius?: number,
}

You can see a full example usage in the meta file