CSS Hooks
Documentation
Source on GitHub

Home > @css-hooks/recommended > RecommendedConfig

RecommendedConfig type

The format of the configuration object passed to the recommended() function

Signature:

export type RecommendedConfig = {
  colorSchemes?: ("dark" | "light")[];

  breakpoints?: string[];

  pseudoClasses?: `:${string}`[];
};