# script

**Kind:** Function

**Source:** [`src/jsx/intrinsic-element/components.ts`](https://github.com/honojs/hono/blob/main/src/jsx/intrinsic-element/components.ts#L136)

**Part of:** [Jsx](subsystem-src-jsx)

## Signature

```ts
function script({
  children,
  ...props
})
```

## Parameters

| Name | Type |
|---|---|
| `{
  children,
  ...props
}` | `any` |
