@atlaskit/form
Version:
A form allows people to input information.
10 lines (9 loc) • 325 B
TypeScript
import { type MessageProps } from './message';
/**
* __Valid message__
*
* A valid message is used to tell a user that the field input is valid. For example,
* a helper message could be 'Nice one, this username is available'.
*
*/
export declare const ValidMessage: ({ children, testId }: MessageProps) => JSX.Element;