Skip to main content

Classname

Classname: string | string[] | Record<string, any>

Defined in: packages/react-querybuilder/src/types/basic.ts:22

String of classnames, array of classname strings, or object where the keys are classnames and those with truthy values will be included. Suitable for passing to the clsx package.


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.