Kind: Function
Source: src/jsx/intrinsic-element/components.ts
Part of: Jsx
Signature
tsfunction style({
children,
...props
})
Parameters
| Name | Type |
|---|---|
| `{ | |
| children, | |
| ...props | |
| }` | any |
Kind: Function
Source: src/jsx/intrinsic-element/components.ts
Part of: Jsx
tsfunction style({
children,
...props
})
| Name | Type |
|---|---|
| `{ | |
| children, | |
| ...props | |
| }` | any |
Was this page helpful?