type StringClassNameTransformer
A function that transforms input string to a different string, see resolveClassName()
Signature:
export type StringClassNameTransformer = (value: string | null) => string | null;
StringClassNameTransformer
A function that transforms input string to a different string, see resolveClassName()
Signature:
export type StringClassNameTransformer = (value: string | null) => string | null;