CSS Hooks
Documentation
Source on GitHub

Home > @css-hooks/core

core package

CSS Hooks core library

Functions

Function

Description

createHooksSystem(stringify)

Creates a flavor of CSS Hooks tailored to a specific app framework.

Type Aliases

Type Alias

Description

Condition

Represents the conditions under which a given hook or declaration applies.

CreateHooksFn

Represents the function used to define hooks and related configuration.

Hook

Represents a hook registered with createHooks.

Hooks

An object containing the functions needed to support and use the configured hooks

HooksSystem

The functions configured by createHooksSystem for a specific app framework

StringifyFn

Function to convert a value into a string