Kind: Function
Source: src/helper/css/common.ts
Part of: Helper
Signature
tsfunction cxCommon(args: (string | boolean | null | undefined | CssClassName)[]): (string | boolean | null | undefined | CssClassName)[]
Parameters
| Name | Type |
|---|---|
args | `(string |
Returns: (string | boolean | null | undefined | CssClassName)[]
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
createCssContext—src/helper/css/index.ts:72createCssJsxDomObjects—src/jsx/dom/css.ts:77
Was this page helpful?