Skip to content

Theemo / @theemo/theme / Feature

Type Alias: Feature

ts
type Feature = 
  | ColorSchemeFeature
  | ColorContrastFeature
  | MotionFeature
  | CustomFeature;

Defined in: features.ts:139