@payfit/unity-components
Version:
9 lines (8 loc) • 399 B
TypeScript
import { LabelProps } from '../../label/Label.js';
export type FormLabelProps = LabelProps;
/**
* `TanstackFormLabel` renders the label for the current TanStack form field.
* It is used to provide context for the form field.
*/
declare const TanstackFormLabel: import('react').ForwardRefExoticComponent<LabelProps & import('react').RefAttributes<HTMLLabelElement>>;
export { TanstackFormLabel };