CSS Hooks
Documentation
Source on GitHub

Home > @css-hooks/core > StringifyFn

StringifyFn type

Function to convert a value into a string.

Signature:

export type StringifyFn = (value: unknown, propertyName: string) => string | null;

Remarks

Used for merging a conditional property value with the fallback value.