UNPKG

@commercetools-uikit/hooks

Version:

A collection of React hooks used across some of the UI-Kit components.

4 lines (3 loc) 154 B
export type TCreateIdFn = () => string; declare const useFieldId: (id: string | undefined, createIdFn: TCreateIdFn) => string; export default useFieldId;