Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/fp.ts
Returns a function which extracts the property from from the passed object.
Signature
tsfunction prop(property: keyof T)
Parameters
| Name | Type |
|---|---|
property | keyof T |
Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/fp.ts
Returns a function which extracts the property from from the passed object.
tsfunction prop(property: keyof T)
| Name | Type |
|---|---|
property | keyof T |
Was this page helpful?