UNPKG

@leebonggu/component-library

Version:
5 lines (4 loc) 192 B
/// <reference types="react" /> declare const FieldContext: import("react").Context<string | undefined>; declare const useFieldContext: () => string; export { FieldContext, useFieldContext };