@atlaskit/form
Version:
A form allows people to input information.
10 lines (9 loc) • 329 B
TypeScript
import { type MessageProps } from './message';
/**
* __Helper message__
*
* A helper message tells the user what kind of input the field takes. For example, a helper message could be
* 'Password should be more than 4 characters'
*
*/
export declare const HelperMessage: ({ children, testId }: MessageProps) => JSX.Element;