# prop

**Kind:** Function

**Source:** [`atloria-monorepo/packages/editor/src/utils/fp.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/utils/fp.ts#L37)

Returns a function which extracts the property from from the passed object.

## Signature

```ts
function prop(property: keyof T)
```

## Parameters

| Name | Type |
|---|---|
| `property` | `keyof T` |
