Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type UseFieldValueReturnValue<Value = unknown> = [
*
* @param {string=} fieldId Id of the field to read and update. Can be omitted when app is rendered in field location.
* @param {string=} locale Locale to read and update. When omitted, default locale is used.
* @returns {UseFieldValueReturnValue} Field value, function to update it
* @returns {UseFieldValueReturnValue} Field value, function to update it.
*/
export function useFieldValue<Value = unknown>(
fieldId?: string,
Expand Down